R/Print.Summary.R

Print.Summary <-
function (XX,...) 
{
    XL <- XX
    fit1 <- FitSurvRec(Survrecu(id, time, event) ~ as.factor(group), 
             data = XL,"pena-strawderman-hollander")
    fit2 <- FitSurvRec(Survrecu(id, time, event) ~ 1, 
                       data = XL,"pena-strawderman-hollander")
    Plot.Surv.Rec(XL)
    Dif.Surv.Rec(XL, "all")}

Try the newTestSurvRec package in your browser

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

newTestSurvRec documentation built on May 2, 2019, 12:21 p.m.