h_surv_fit {ggplot2.utils}R Documentation

Helper for Common Kaplan-Meier Computations

Description

Helper for Common Kaplan-Meier Computations

Usage

h_surv_fit(data)

Arguments

data

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

Value

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


[Package ggplot2.utils version 0.3.3 Index]