]> henry.ined.fr Git - .git/commitdiff
(Module): Variance-covariance wrong links and
authorN. Brouard <brouard@ined.fr>
Mon, 6 Mar 2006 10:29:27 +0000 (10:29 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 6 Mar 2006 10:29:27 +0000 (10:29 +0000)
varian-covariance of ej. is needed (Saito).

src/imach.c

index 50f7083d7fbe1b0fdae04fc05e27adcd5bc08109..dd41c02c77161497d06800947e9c2ca4c939aa97 100644 (file)
@@ -1,6 +1,9 @@
 /* $Id$
   $State$
   $Log$
+  Revision 1.115  2006/02/27 12:17:45  brouard
+  (Module): One freematrix added in mlikeli! 0.98c
+
   Revision 1.114  2006/02/26 12:57:58  brouard
   (Module): Some improvements in processing parameter
   filename with strsep.
@@ -3277,9 +3280,18 @@ void printinghtml(char fileres[], char title[], char datafile[], int firstpass,
  - Stable prevalence in each health state: <a href=\"%s\">%s</a> <br>\n",
           subdirf2(fileres,"pl"),subdirf2(fileres,"pl"));
    fprintf(fichtm,"\
- - Life expectancies by age and initial health status (estepm=%2d months): \
+ - Life expectancies by age and initial health status (estepm=%2d months) WRONG LINK (to be made): \
+   <a href=\"%s\">%s</a> <br>\n</li>",
+          estepm,subdirf2(fileres,"le"),subdirf2(fileres,"le"));
+   fprintf(fichtm,"\
+ - Health expectancies by age and initial health status with standard errors (estepm=%2d months): \
    <a href=\"%s\">%s</a> <br>\n</li>",
           estepm,subdirf2(fileres,"e"),subdirf2(fileres,"e"));
+   fprintf(fichtm,"\
+ - Variances and covariances of health expectancies by age and initial health status (estepm=%2d months) TO BE MADE: \
+   <a href=\"%s\">%s</a> <br>\n</li>",
+          estepm,subdirf2(fileres,"vch"),subdirf2(fileres,"vch"));
+
 
 fprintf(fichtm," \n<ul><li><b>Graphs</b></li><p>");
 
@@ -3331,10 +3343,10 @@ fprintf(fichtm," \n<ul><li><b>Graphs</b></li><p>");
  - Correlation matrix of one-step probabilities: <a href=\"%s\">%s</a> <br>\n",
         subdirf2(fileres,"probcor"),subdirf2(fileres,"probcor"));
  fprintf(fichtm,"\
- - Variances and covariances of life expectancies by age and initial health status (estepm=%d months): <a href=\"%s\">%s</a><br>\n",
+ - Variances and covariances of health expectancies by age (estepm=%d months): <a href=\"%s\">%s</a><br>\n",
         estepm, subdirf2(fileres,"v"),subdirf2(fileres,"v"));
  fprintf(fichtm,"\
- - Health expectancies with their variances (no covariance): <a href=\"%s\">%s</a> <br>\n",
+ - Life and health expectancies with their standard errors: <a href=\"%s\">%s</a> <br>\n",
         subdirf2(fileres,"t"),subdirf2(fileres,"t"));
  fprintf(fichtm,"\
  - Standard deviation of stable prevalences: <a href=\"%s\">%s</a> <br>\n",\