From: N. Brouard Date: Tue, 14 Mar 2006 18:20:07 +0000 (+0000) Subject: (Module): varevsij Comments added explaining the second X-Git-Tag: imach-099s7~506 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=d1df1063a8cbad9d1b730f3b3cac6c0ad6c73f53;p=.git (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 --- diff --git a/src/imach.c b/src/imach.c index d534645..f6dd1f9 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,13 @@ /* $Id$ $State$ $Log$ + Revision 1.117 2006/03/14 17:16:22 brouard + (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 + Revision 1.116 2006/03/06 10:29:27 brouard (Module): Variance-covariance wrong links and varian-covariance of ej. is needed (Saito). @@ -4682,8 +4689,8 @@ int main(int argc, char *argv[]) /*-------- data file ----------*/ if((fic=fopen(datafile,"r"))==NULL) { - printf("Problem with datafile: %s\n", datafile);goto end; - fprintf(ficlog,"Problem with datafile: %s\n", datafile);goto end; + printf("Problem while opening datafile: %s\n", datafile);goto end; + fprintf(ficlog,"Problem while opening datafile: %s\n", datafile);goto end; } n= lastobs; @@ -5741,7 +5748,7 @@ Interval (in months) between two waves: Min=%d Max=%d Mean=%.2lf
\n",\ } pstamp(ficrest); - fprintf(ficrest,"# Total life expectancy with std error and decomposition into time to be expected in each health state ( e.. (std) "); + fprintf(ficrest,"# Total life expectancy with std error and decomposition into time to be expected in each health state\n# Age ( e.. (std) "); for (i=1;i<=nlstate;i++) fprintf(ficrest,"e.%d (std) ",i); fprintf(ficrest,"\n");