R/Print.Summary.R

Defines functions Print.Summary

Documented in Print.Summary

Print.Summary <-
function (XX) 
{
    XL <- XX
    fit1 <- survfitr(Survr(id, time, event) ~ as.factor(group), 
        data = XL, type = "pe")
    fit2 <- survfitr(Survr(id, time, event) ~ 1, data = XL, type = "pe")
    Plot.Surv.Rec(XL)
    Dif.Surv.Rec(XL, "all")
}

Try the TestSurvRec package in your browser

Any scripts or data that you put into this service are public.

TestSurvRec documentation built on May 29, 2017, 8:27 p.m.