stat_km_ticks_compute {ggplot2.utils}R Documentation

Helper for stat_km_ticks

Description

Helper for stat_km_ticks

Usage

stat_km_ticks_compute(data, scales)

Arguments

data

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

scales

not used.

Value

A data.frame with time, survival, n.risk, n.censor and n.event columns.


[Package ggplot2.utils version 0.3.2 Index]