tests/testthat/data/rapp.test.1/packrat/lib-R/survival/tests/summary_survfit.R

## check that the scale option to summary.survfit works
##  Marc Schwartz reported this as a bug in 2.35-3.
library(survival)
summary( survfit( Surv(futime, fustat)~1, data=ovarian))
summary( survfit( Surv(futime, fustat)~1, data=ovarian), scale=365.25)
rappster/rapp documentation built on May 26, 2019, 11:56 p.m.