[R] residuals.coxph
Thomas Lumley
tlumley at u.washington.edu
Tue Nov 22 17:22:27 CET 2005
On Tue, 22 Nov 2005, giovanni parrinello wrote:
> Dear All,
> I am trying to apply the function 'cox.zph' of the library survival, but I receive this error message:
> not found the object 'residuals.coxph'.
> I have re-installed the library 'survival' without any change and also a search with RSiteSearch was unsuccessful..
> Any suggestion?
Does
library(survival)
example(cox.zph)
work?
If it doesn't, something is wrong with your R setup. If it does, the
problem is specific to your data and code (there might be an error on line
42).
-thomas
More information about the R-help
mailing list