On Nov 21, 2009, at 4:28 PM, wrote:
Is there a way to make the
plot(cox.zph(model))
use some other symbol than open circles?
Yes, but after looking at the code, the points call does not have
trailing "..." so, not without modifying the function:
library(survival)
methods(plot)
getAnywh
Is there a way to make the
plot(cox.zph(model))
use some other symbol than open circles?
plot(cox.zph(model), pch=whatever) seems to have no effect.
Thanks.
--Chris Ryan
__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-h
2 matches
Mail list logo