ggsurvie: Do something

Description Usage Author(s) Examples

View source: R/ggsurvie.r

Description

Do something

Usage

1
ggsurvie(x, y, groups = 0, latex = 0, titre = 0)

Author(s)

JuG

Examples

1
2
3
status <- rbinom(n=50, size=1, prob = .5)
time <- rexp(n=50) * 20
ggsurvie(x=time, y=status)

jgodet/gmrcfun documentation built on June 2, 2020, 8:19 p.m.