--- imach/src/imach.c 2015/11/21 12:41:11 1.211 +++ imach/src/imach.c 2015/11/21 12:47:24 1.212 @@ -1,6 +1,9 @@ -/* $Id: imach.c,v 1.211 2015/11/21 12:41:11 brouard Exp $ +/* $Id: imach.c,v 1.212 2015/11/21 12:47:24 brouard Exp $ $State: Exp $ $Log: imach.c,v $ + Revision 1.212 2015/11/21 12:47:24 brouard + Summary: minor typo + Revision 1.211 2015/11/21 12:41:11 brouard Summary: 0.98r3 with some graph of projected cross-sectional @@ -780,12 +783,12 @@ typedef struct { #define ODIRSEPARATOR '\\' #endif -/* $Id: imach.c,v 1.211 2015/11/21 12:41:11 brouard Exp $ */ +/* $Id: imach.c,v 1.212 2015/11/21 12:47:24 brouard Exp $ */ /* $State: Exp $ */ #include "version.h" char version[]=__IMACH_VERSION__; char copyright[]="October 2015,INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121), Intel Software 2015"; -char fullversion[]="$Revision: 1.211 $ $Date: 2015/11/21 12:41:11 $"; +char fullversion[]="$Revision: 1.212 $ $Date: 2015/11/21 12:47:24 $"; char strstart[80]; char optionfilext[10], optionfilefiname[FILENAMELENGTH]; int erreur=0, nberr=0, nbwarn=0; /* Error number, number of errors number of warnings */ @@ -7584,7 +7587,7 @@ Please run with mle=-1 to get a correct * 15 i=8 1 2 2 2 * 16 2 2 2 2 */ - /* How to do the opposite? From combination h (=1 to 2**k) how to get the value on the covariates? + /* How to do the opposite? From combination h (=1 to 2**k) how to get the value on the covariates? */ /* from h=5 and m, we get then number of covariates k=log(m)/log(2)=4 * and the value of each covariate? * V1=1, V2=1, V3=2, V4=1 ?