N. Brouard [Tue, 26 May 2009 06:44:34 +0000 (06:44 +0000)]
(Module): Max Covariate is now set to 20 instead of 8. A
lot of cleaning with variables initialized to 0. Trying to make
V2+V3*age+V1+V4 strb=V3*age+V1+V4 working better.
N. Brouard [Fri, 28 Apr 2006 18:11:50 +0000 (18:11 +0000)]
(Module): Yes the sum of survivors was wrong since
imach-114 because nhstepm was no more computed in the age
loop. Now we define nhstepma in the age loop.
(Module): In order to speed up (in case of numerous covariates) we
compute health expectancies (without variances) in a first step
and then all the health expectancies with variances or standard
deviation (needs data from the Hessian matrices) which slows the
computation.
In the future we should be able to stop the program is only health
expectancies and graph are needed without standard deviations.
N. Brouard [Fri, 28 Apr 2006 17:23:28 +0000 (17:23 +0000)]
(Module): Yes the sum of survivors was wrong since
imach-114 because nhstepm was no more computed in the age
loop. Now we define nhstepma in the age loop.
Version 0.98h
N. Brouard [Mon, 20 Mar 2006 10:52:43 +0000 (10:52 +0000)]
* imach.c (Module): <title> changed, corresponds to .htm file
name. <head> headers where missing.
* imach.c (Module): Weights can have a decimal point as for
English (a comma might work with a correct LC_NUMERIC environment,
otherwise the weight is truncated).
Modification of warning when the covariates values are not 0 or
1.
Version 0.98g
N. Brouard [Mon, 20 Mar 2006 09:45:41 +0000 (09:45 +0000)]
(Module): Weights can have a decimal point as for
English (a comma might work with a correct LC_NUMERIC environment,
otherwise the weight is truncated).
Modification of warning when the covariates values are not 0 or
1.
Version 0.98g
* imach.c (Module): refinements in the computation of lli if
status=-2 in order to have more reliable computation if stepm is
not 1 month. Version 0.98f
N. Brouard [Tue, 14 Mar 2006 18:20:07 +0000 (18:20 +0000)]
(Module): varevsij Comments added explaining the second
table of variances if popbased=1 .
(Module): Covariances of eij, ekl added, graphs fixed, new html link.
(Module): Function pstamp added
(Module): Version 0.98d
N. Brouard [Tue, 14 Mar 2006 17:16:22 +0000 (17:16 +0000)]
(Module): varevsij Comments added explaining the second
table of variances if popbased=1 .
(Module): Covariances of eij, ekl added, graphs fixed, new html link.
(Module): Function pstamp added
(Module): Version 0.98d
(Module): sump fixed, loop imx fixed, and simplifications.
(Module): If the status is missing at the last wave but we know
that the person is alive, then we can code his/her status as -2
(instead of missing=-1 in earlier versions) and his/her
contributions to the likelihood is 1 - Prob of dying from last
health status (= 1-p13= p11+p12 in the easiest case of somebody in
the healthy state at last known wave). Version is 0.98
N. Brouard [Wed, 4 May 2005 17:24:51 +0000 (17:24 +0000)]
Output of make setup.iss using setup.iss.in as a template.
setup.iss can be compile with Inno Setup compiler to get the IMaCh setup.
c:\Program Files\Inno Setup 4\Compile32.exe /cc setup.iss
In fact we cross compile from Linux to get imach.exe
and are using wine under Linux to run Inno Setup :
wine "C:////Program Files////Inno Setup 4////Compil32.exe" /cc setup.iss