--- imach/src/imach.c 2022/04/05 21:03:51 1.311 +++ imach/src/imach.c 2022/04/05 21:24:39 1.312 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.311 2022/04/05 21:03:51 brouard Exp $ +/* $Id: imach.c,v 1.312 2022/04/05 21:24:39 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.312 2022/04/05 21:24:39 brouard + *** empty log message *** + Revision 1.311 2022/04/05 21:03:51 brouard Summary: Fixed quantitative covariates @@ -1168,12 +1171,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.311 2022/04/05 21:03:51 brouard Exp $ */ +/* $Id: imach.c,v 1.312 2022/04/05 21:24:39 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="March 2021,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015-2020, Nihon University 2021, INED 2000-2021"; -char fullversion[]="$Revision: 1.311 $ $Date: 2022/04/05 21:03:51 $"; +char fullversion[]="$Revision: 1.312 $ $Date: 2022/04/05 21:24:39 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -4781,7 +4784,7 @@ Title=%s
Datafile=%s Firstpass=%d La */ 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");