search for: adl0003

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

Did you mean: a0003
2001 May 23
1
Passing a string variable to Surv
...tion to automate multiple graph generation. My data looks like: Table of numeric values with the following headers: timeM1 statusM1 xM1 timeM2 statusM2 xM2 timeM3 statusM3 xM3 1 2 3 4 5 6 Where M1,M2, M3 hve no similarity except they have a max string length of 7. Examples are mcw0045, adl0003, lei0101. Now, what I want to do is Function(M1, M2, M3, datafile) { xnew <- readtable(datafile) name1 <- paste("time",M1",sep"") name2 <- paste(status",M1,sep"") name3 <- paste("x",M1,sep"") fit1 <- su...