powered by
A generic function to provide a summary of a 'psc' object obtained from pscfit.R
# S3 method for psc summary(object, ...)
A summary of a psc object obtained using pscSumm and a copy of the pscfit object
an object of class 'psc'
not used
library(psc) library(survival) data("surv.mod") data("data") psc.ob <- pscfit(surv.mod,data) summary(psc.ob)
Run the code above in your browser using DataLab