/* $Id$
$State$
$Log$
+ Revision 1.327 2022/07/27 14:47:35 brouard
+ Summary: Still a problem for one-step probabilities in case of quantitative variables
+
Revision 1.326 2022/07/26 17:33:55 brouard
Summary: some test with nres=1
DummyV=ivector(1,NCOVMAX); /* 1 to 3 */
FixedV=ivector(1,NCOVMAX); /* 1 to 3 */
+ for(v=1;v<NCOVMAX;v++){
+ DummyV[v]=0;
+ FixedV[v]=0;
+ }
for(v=1; v <=ncovcol;v++){
DummyV[v]=0;
Tage=ivector(1,NCOVMAX); /* Gives the covariate id of covariates associated with age: V2 + V1 + age*V4 + V3*age
4 covariates (3 plus signs)
Tage[1=V3*age]= 4; Tage[2=age*V4] = 3
- */
+ */
+ for(i=1;i<NCOVMAX;i++)
+ Tage[i]=0;
Tmodelind=ivector(1,NCOVMAX);/** gives the k model position of an
* individual dummy, fixed or varying:
* Tmodelind[Tvaraff[3]]=9,Tvaraff[1]@9={4,