powered by
predict_and_plot()
Print methods for predict_and_plot()
# S3 method for predict_and_plot print(x, ...)
A print summary of the predict_and_plot object.
predict_and_plot
An object of class predict_and_plot
Additional arguments
models <- fit_models( data = easysurv::easy_bc, time = "recyrs", event = "censrec", predict_by = "group" ) predict_and_plot(models)
Run the code above in your browser using DataLab