From: N. Brouard Date: Sat, 21 Nov 2015 12:47:24 +0000 (+0000) Subject: Summary: minor typo X-Git-Tag: imach-099s7~304 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=d3157db55151bbe48623fe0634eb42ad7c27a5c6;p=.git Summary: minor typo --- diff --git a/src/imach.c b/src/imach.c index 6af57fd..f6d5845 100644 --- a/src/imach.c +++ b/src/imach.c @@ -1,6 +1,11 @@ /* $Id$ $State$ $Log$ + Revision 1.211 2015/11/21 12:41:11 brouard + Summary: 0.98r3 with some graph of projected cross-sectional + + Author: Nicolas Brouard + Revision 1.210 2015/11/18 17:41:20 brouard Summary: Start working on projected prevalences @@ -7579,7 +7584,7 @@ Please run with mle=-1 to get a correct covariance matrix.\n",optionfile,numline * 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 ?