print.get_km: Print methods for 'get_km()'

View source: R/get_km.R

print.get_kmR Documentation

Print methods for get_km()

Description

Print methods for get_km()

Usage

## S3 method for class 'get_km'
print(x, ...)

Arguments

x

An object of class get_km

...

Additional arguments

Value

The summary of the Kaplan-Meier estimates, printed via the console.

Examples

km_results <- get_km(
  data = easysurv::easy_bc,
  time = "recyrs",
  event = "censrec",
  group = "group",
  risktable_symbols = FALSE
)

print(km_results)

easysurv documentation built on June 24, 2024, 9:09 a.m.