print.fitkm: Print details of a set of one or more Kaplan-Meier curves

Description Usage Arguments Value Examples

View source: R/fitkm.R

Description

Print details of a set of one or more Kaplan-Meier curves

Usage

1
2
## S3 method for class 'fitkm'
print(model)

Arguments

model

A fitkm object returned by fitkm.

Value

The object of class fitkm.

Examples

1
print(fitkm(recovery ~ 1, delta="status", data=data1))

mathmonster/sta545package documentation built on Jan. 1, 2021, 9:20 a.m.