https://github.com/cran/survival
Raw File
Tip revision: 5acd6f7c5965d3c812d63d7f65d77602238a3430 authored by Terry Therneau on 26 February 2013, 00:00:00 UTC
version 2.37-4
Tip revision: 5acd6f7
NAMESPACE
useDynLib(survival, .registration = TRUE)
importFrom(splines, ns, spline.des)
import(stats,graphics)
export("Surv", "aareg", "attrassign", 
     "basehaz", "cch", "clogit", "cluster", "cox.zph", 
     "coxph", "coxph.control", "coxph.detail", "coxph.fit",
     "format.Surv", 
     "frailty",  "frailty.gamma", 
     "frailty.gaussian", "frailty.t", "is.Surv", 
     "is.na.Surv", "is.na.coxph.penalty", 
     "is.na.ratetable",  "is.ratetable", 
     "labels.survreg", "match.ratetable", 
     "psurvreg", "qsurvreg", "dsurvreg",
     "pspline", "pyears", "ratetable", "ratetableDate", 
     "ridge", "strata", "survConcordance",
     "survSplit", "survdiff", "survexp",  "survfit" ,
     "survfitcoxph.fit",
     "survobrien",  "survreg", "survreg.control", "survreg.fit",
     "survreg.distributions", "survregDtest", "tcut", "tt",
     "untangle.specials")
S3method('[', Surv)
S3method('[', cox.zph)
S3method('[', coxph.penalty)
S3method('[', ratetable)
S3method('[', ratetable2)
S3method('[', survfit)
S3method('[', survfitms)
S3method('[', tcut)
S3method(Math, Surv)
S3method(Math, ratetable)
S3method(Ops, Surv)
S3method(Ops, ratetable)
S3method(Summary, Surv)
S3method(anova, coxph)
S3method(anova, coxphlist)
S3method(anova, coxmelist)
S3method(anova, survreg)
S3method(anova, survreglist)
S3method(as.character, Surv)
S3method(as.character, Surv)
S3method(as.data.frame, Surv)
S3method(as.matrix, ratetable)
S3method(as.matrix, Surv)
S3method(attrassign, default)
S3method(attrassign, lm)
S3method(extractAIC,coxph.penal)
S3method(lines, aareg)
S3method(lines, survfit)
S3method(makepredictcall, pspline)
S3method(model.frame, coxph)
S3method(model.frame, survreg)
S3method(model.matrix, coxph)
S3method(model.matrix, survreg)
S3method(plot, aareg)
S3method(plot, cox.zph)
S3method(plot, survfit)
S3method(points, survfit)
S3method(predict, coxph)
S3method(predict, coxph.penal)
S3method(predict, pspline)
S3method(predict, survreg)
S3method(predict, survreg.penal)
S3method(print, Surv)
S3method(print, aareg)
S3method(print, cch)
S3method(print, clogit)
S3method(print, cox.zph)
S3method(print, coxph)
S3method(print, coxph.null)
S3method(print, coxph.penal)
S3method(print, ratetable)
S3method(print, summary.cch)
S3method(print, summary.coxph)
S3method(print, summary.survfit)
S3method(print, summary.survfitms)
S3method(print, summary.survreg)
S3method(print, survConcordance)
S3method(print, survdiff)
S3method(print, survexp)
S3method(print, survfit)
S3method(print, survreg)
S3method(print, survreg.penal)
S3method(quantile, survfit)
S3method(quantile, survfitms)
S3method(ratetableDate, POSIXt)
S3method(ratetableDate, Date)
S3method(ratetableDate, date)
S3method(ratetableDate, chron)
S3method(residuals, coxph)
S3method(residuals, coxph.null)
S3method(residuals, coxph.penal)
S3method(residuals, survreg)
S3method(residuals, survreg.penal)
S3method(summary, aareg)
S3method(summary, coxph)
S3method(summary, coxph.penal)
S3method(summary, ratetable)
S3method(summary, pyears)
S3method(summary, survfit)
S3method(summary, survfitms)
S3method(summary, survreg)
S3method(summary,cch)
S3method(survfit, coxph)
S3method(survfit, formula)
S3method(vcov, cch)
S3method(vcov, coxph)
S3method(vcov, survreg)
back to top