Diff for /imach/src/imach.c between versions 1.311 and 1.312

version 1.311, 2022/04/05 21:03:51 version 1.312, 2022/04/05 21:24:39
Line 1 Line 1
 /* $Id$  /* $Id$
   $State$    $State$
   $Log$    $Log$
     Revision 1.312  2022/04/05 21:24:39  brouard
     *** empty log message ***
   
   Revision 1.311  2022/04/05 21:03:51  brouard    Revision 1.311  2022/04/05 21:03:51  brouard
   Summary: Fixed quantitative covariates    Summary: Fixed quantitative covariates
   
Line 4781  Title=%s <br>Datafile=%s Firstpass=%d La Line 4784  Title=%s <br>Datafile=%s Firstpass=%d La
       */        */
       for (z1=1; z1<= nqfveff; z1++) {        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 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){          if(weightopt==1){
           printf(" Weighted mean and standard deviation of");            printf(" Weighted mean and standard deviation of");
           fprintf(ficlog," Weighted mean and standard deviation of");            fprintf(ficlog," Weighted mean and standard deviation of");

Removed from v.1.311  
changed lines
  Added in v.1.312


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