print.predict_and_plot {easysurv} | R Documentation |
predict_and_plot()
Print methods for predict_and_plot()
## S3 method for class 'predict_and_plot'
print(x, ...)
x |
An object of class |
... |
Additional arguments |
A print summary of the predict_and_plot
object.
models <- fit_models(
data = easysurv::easy_bc,
time = "recyrs",
event = "censrec",
predict_by = "group"
)
predict_and_plot(models)