From: N. Brouard Date: Tue, 5 Apr 2022 21:24:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~131 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=1561303a561011d524a255f13efe6fc5c6bad8b3;p=.git *** empty log message *** --- diff --git a/src/imach.c b/src/imach.c index 549b0a7..aed1657 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,15 @@ /* $Id$ $State$ $Log$ + Revision 1.311 2022/04/05 21:03:51 brouard + Summary: Fixed quantitative covariates + + Fixed covariates (dummy or quantitative) + with missing values have never been allowed but are ERRORS and + program quits. Standard deviations of fixed covariates were + wrongly computed. Mean and standard deviations of time varying + covariates are still not computed. + Revision 1.310 2022/03/17 08:45:53 brouard Summary: 99r25 @@ -4772,7 +4781,7 @@ Title=%s
Datafile=%s Firstpass=%d Lastpass=%d Stepm=%d Weight=%d Model=1+age */ for (z1=1; z1<= nqfveff; z1++) { fprintf(ficlog,"Mean of fixed quantitative variable V%d on %.3g (weighted) individuals sum=%f", ncovcol+z1, idq[z1], meanq[z1]); - fprintf(ficlog,", mean=%.3g",meanq[z1]/idq[z1]," stdeviation=%.3g\n",stdq[z1]); + fprintf(ficlog,", mean=%.3g\n",meanq[z1]/idq[z1]); if(weightopt==1){ printf(" Weighted mean and standard deviation of"); fprintf(ficlog," Weighted mean and standard deviation of");