Diff for /imach/src/imach.c between versions 1.211 and 1.212

version 1.211, 2015/11/21 12:41:11 version 1.212, 2015/11/21 12:47:24
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.212  2015/11/21 12:47:24  brouard
     Summary: minor typo
   
   Revision 1.211  2015/11/21 12:41:11  brouard    Revision 1.211  2015/11/21 12:41:11  brouard
   Summary: 0.98r3 with some graph of projected cross-sectional    Summary: 0.98r3 with some graph of projected cross-sectional
   
Line 7584  Please run with mle=-1 to get a correct Line 7587  Please run with mle=-1 to get a correct
            *    15 i=8 1     2     2     2             *    15 i=8 1     2     2     2
            *    16     2     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       /* from h=5 and m, we get then number of covariates k=log(m)/log(2)=4
      * and the value of each covariate?       * and the value of each covariate?
      * V1=1, V2=1, V3=2, V4=1 ?       * V1=1, V2=1, V3=2, V4=1 ?

Removed from v.1.211  
changed lines
  Added in v.1.212


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>