TABLE OF CONTENTS
- 1. /S3Methods
- 1.1. S3Methods/plot.splinesurv
- 1.2. S3Methods/post.fvar
- 1.3. S3Methods/predict.splinesurv
- 1.4. S3Methods/print.splinesurv
- 1.5. S3Methods/print.summary.splinesurv
- 1.6. S3Methods/printcurvesummary
- 1.7. S3Methods/splinesurv
- 1.8. S3Methods/splinesurv.data.frame
- 1.9. S3Methods/splinesurv.formula
- 1.10. S3Methods/splinesurvtkplot
- 1.11. S3Methods/summary.splinesurv
/S3Methods [ Modules ]
NAME
S3Methods --- Methods for S3 classes
FUNCTION
Define the handling for the splinesurv and splinesurv.summary classes.
The main user-facing function is splinesurv, which controls method-dispatch and generally dispatches to splinesurv.formula, if called with a formula argument. The latter is responsible for creating an input data frame in the format required by splinesurv.agdata, which does the fitting.
Other routines are available to summarize and plot splinesurv fitted objects.
CONTENTS
plot.splinesurv --- plot method for splinesurv objects post.fvar --- compute posterior frailty variance predict.splinesurv --- prediction method for splinesurv objects print.splinesurv --- print a splinesurv object print.summary.splinesurv --- print summary.splinesurv object printcurvesummary --- summarize a curve for summary.splinesurv splinesurv --- method dispatch for splinesurv splinesurv.data.frame --- splinesurv method for data frames splinesurv.formula --- formula interface for splinesurv splinesurvtkplot --- plot the curve using tcltk summary.splinesurv --- creates an object of class summary.splinesurv