print.get_km {easysurv}R 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)

[Package easysurv version 2.0.1 Index]