search for: csoa

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

Did you mean: cosa
2006 Aug 25
2
xyplot with different symbols and colors?
Dear List, I try to make a xyplot with different colors and symbols, I came this far: library(DAAG) xyplot(csoa~it|sex*agegp,data=tinting,groups=target,pch=list(1,2),auto.key=list(space = "right")) this produces a plot with different colors and symbols but unfortunately the legend does only follow the color scheme and not the different symbols. Any suggestions what to change? And how do I chang...
2008 Dec 19
1
How to write a Surv object to a csv-file?
...cted char1 <- letters[1:5] df.soac <- data.frame(soa, char1) write.csv(df.soac, 'df.soac.csv') ## generates the following error message: Error in dimnames(X) <- list(dn[[1L]], unlist(collabs, use.names = FALSE)) : length of 'dimnames' [2] not equal to array extent df.csoa <- data.frame(char1, soa) write.csv(df.csoa, 'df.soac.csv') ## generates the following error message: Error in dimnames(X) <- list(dn[[1L]], unlist(collabs, use.names = FALSE)) : length of 'dimnames' [2] not equal to array extent platform i386-pc-mingw32 arch...