--- imach/src/ChangeLog 2003/06/25 16:19:51 1.9 +++ imach/src/ChangeLog 2004/06/05 08:56:52 1.11 @@ -1,3 +1,30 @@ +2004-05-20 Brouard Nicolas + + * imach.c (Repository): + Agnes added a direct estimation of mortality (without the need of + computing period prevalence and differential mortality). Thus here + is version 0.97a which has been distributed to some people at + REVES 16 in Brugge using an Inno setup.exe for PCs. Estimates of + mortality using covariates is not done today. Estimating direct + mortality is a very different process because it doesn't need + interpolation because it is easy to get the lx from the force of + the mortality mux in the simplest case as for a Gompertz (log mux + = a + b*x . But we have been able to incorporate the new code + within former imach program (0.96d) without deteriorating too much + the understanding of the program. + +2003-06-25 + + * imach.c (Module): On windows (cygwin) function asctime_r doesn't + exist so I changed back to asctime which exists. + (Module): Version 0.96b + +2003-06-24 + + * imach.c (Module): Some bugs corrected for windows. Also, when + mle=-1 a template is output in file "or"mypar.txt with the design + of the covariance matrix to be input. + 2003-06-25 Brouard Nicolas * imach.c (Repository): Duplicated warning errors corrected.