https://github.com/cran/survival
Raw File
Tip revision: f68d9e3c721c6deb365b447dd53cef115104f427 authored by Thomas Lumley on 30 November 2006, 00:00:00 UTC
version 2.30
Tip revision: f68d9e3
NAMESPACE
useDynLib(survival)
importFrom(splines, ns, spline.des)
import(stats,graphics)
export("Surv", "as.date", "attrassign", 
    "basehaz", "cch", "clogit", "cluster", "cox.zph", 
     "coxph", "coxph.control", "coxph.detail", "coxph.fit",
    "date.ddmmmyy", 
    "date.mdy", "date.mmddyy", "date.mmddyyyy", "format.Surv", 
    "frailty",  "frailty.gamma", 
    "frailty.gammacon", "frailty.gaussian", "frailty.t", "is.Surv", 
     "is.date", "is.na.Surv", "is.na.coxph.penalty", 
    "is.na.date", "is.na.ratetable",  "is.ratetable", 
    "labels.survreg", "match.ratetable", "mdy.date", 
    "pspline", "pyears", "ratetable",     "ridge", "strata", 
    "survSplit", "survdiff", "survexp",  "survfit","survfit.km" ,
     "survobrien",  "survreg", "survreg.control", "survreg.fit",
    "survreg.distributions",  "survreg.old", "tcut", 
    "untangle.specials")
S3method(`[`, Surv)
S3method(`[`, cox.zph)
S3method(`[`, coxph.penalty)
S3method(`[`, date)
S3method(`[[`, date)
S3method(`[`, ratetable)
S3method(`[`, ratetable2)
S3method(`[`, survfit)
S3method(`[`, tcut)
S3method(survfit, coxph)
S3method(survfit, coxph.null)
S3method(as.character, date)
S3method(as.character, Surv)
S3method(as.matrix, ratetable)
S3method(points, survfit)
S3method(lines, survfit)
S3method(plot, cox.zph)
S3method(plot, date)
S3method(plot, survfit)
S3method(as.data.frame, Surv)
S3method(as.data.frame, date)
S3method(as.data.frame, difftime)
S3method(as.vector, date)
S3method(extractAIC,coxph.penal)
S3method(residuals, coxph)
S3method(residuals, coxph.null)
S3method(residuals, coxph.penal)
S3method(residuals, survreg)
S3method(residuals, survreg.penal)
S3method(predict, coxph)
S3method(predict, coxph.penal)
S3method(predict, survreg)
S3method(predict, survreg.penal)
S3method(model.frame, coxph)
S3method(model.frame, survreg)
S3method(Math, Surv)
S3method(Math, date)
S3method(Math, ratetable)
S3method(Ops, Surv)
S3method(Ops, date)
S3method(Ops, ratetable)
S3method(Summary, Surv)
S3method(Summary, date)
S3method(anova, coxph)
S3method(anova, coxphlist)
S3method(anova, survreg)
S3method(anova, survreglist)
S3method(attrassign, default)
S3method(attrassign, lm)
S3method(print, Surv)
S3method(print, cox.zph)
S3method(print, coxph)
S3method(print, coxph.null)
S3method(print, coxph.penal)
S3method(print, date)
S3method(print, ratetable)
S3method(print, summary.survfit)
S3method(print, summary.survreg)
S3method(print, summary.coxph)
S3method(print, survdiff)
S3method(print, survexp)
S3method(print, survfit)
S3method(print, survreg)
S3method(print, survreg.penal)
S3method(print, clogit)
S3method(print, cch)
S3method(print, summary.cch)
S3method(summary,cch)
S3method(summary, coxph)
S3method(summary, coxph.penal)
S3method(summary, date)
S3method(summary, ratetable)
S3method(summary, survfit)
S3method(summary, survreg)
S3method(vcov, coxph)
S3method(vcov, survreg)
S3method(vcov, cch)
back to top