Learn R Programming

ggplot2.utils (version 0.3.1)

h_surv_fit: Helper for Common Kaplan-Meier Computations

Description

Helper for Common Kaplan-Meier Computations

Usage

h_surv_fit(data)

Value

The survival::survfit() result as basis of the Kaplan-Meier estimate.

Arguments

data

(data.frame)
with time and status numeric columns.