Learn R Programming

easysurv (version 2.0.1)

print.predict_and_plot: Print methods for predict_and_plot()

Description

Print methods for predict_and_plot()

Usage

# S3 method for predict_and_plot
print(x, ...)

Value

A print summary of the predict_and_plot object.

Arguments

x

An object of class predict_and_plot

...

Additional arguments

Examples

Run this code
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