search for: othercols

Displaying 2 results from an estimated 2 matches for "othercols".

2009 Aug 21
1
trouble with Vista & reading files
...pr("=",hdrDF[,slotCol])+2), nchar(hdrDF[,slotCol])) if (any(nchar(hdrDF[,slotCol])==0)) { print(paste("Header file",hdrFiles[i], "has no wafer information. Headers will not be included.")) } else { otherCols <- tmp[grep("=",tmp)] otherCols <- otherCols[-grep("WAFER", otherCols, ignore.case=TRUE)] otherData <- substring(otherCols,(regexpr("=",otherCols)+2), nchar(otherCols)) otherCols <- substring(otherCols,1,(regex...
2009 Aug 10
0
survival:: plotting survfit with two predictors
Hi R-Helpers, I am having difficulty plotting a coxph model with two predictors. My predictors are "morder" (a factor with five levels where the mean of each level is plotted as a separate line) and tmean (continuous). When I run a model with just morder it is fine and the plot is fine. When I add tmean, the coxph model runs fine but this model will not plot and I receive an