powered by
get_km()
Print methods for get_km()
# S3 method for get_km print(x, ...)
The summary of the Kaplan-Meier estimates, printed via the console.
An object of class get_km
get_km
Additional arguments
km_results <- get_km( data = easysurv::easy_bc, time = "recyrs", event = "censrec", group = "group", risktable_symbols = FALSE ) print(km_results)
Run the code above in your browser using DataLab