search for: ctrl_oc

Displaying 1 result from an estimated 1 matches for "ctrl_oc".

Did you mean: ctrl_noc
2011 Dec 20
5
Help with code
...== "T1D" && c1[i, j] == 1) c2[i,j]<-"T1D_oc" if(substr(data$t1d_ptype[i],1,4) == "Ctrl" && c1[i,j] == 2) c2[i,j]<-"Ctrl_w" if (substr(data$t1d_ptype[i],1,4) == "Ctrl" && c1[i,j] == 1) c2[i,j]<-"Ctrl_oc" } else { if(data$t1d_ptype[i] == "T1D") c2[i,j]<-"T1D_noc" if(substr(data$t1d_ptype[i],1,4) == "Ctrl") c2[i,j]<-"Ctrl_noc" } } it is giving me error In `[<-.factor`(`*tmp*`, iseq, value = structure(c(NA,...