EVOLUTION-MANAGER
Edit File: survival-internal.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>R: Internal survival functions</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="R.css" /> </head><body> <table width="100%" summary="page for survival-internal {survival}"><tr><td>survival-internal {survival}</td><td style="text-align: right;">R Documentation</td></tr></table> <h2>Internal survival functions</h2> <h3>Description</h3> <p>Internal survival functions</p> <h3>Usage</h3> <pre> survreg.fit(x, y, weights, offset, init, controlvals, dist, scale = 0, nstrat = 1, strata, parms = NULL,assign) survpenal.fit(x, y, weights, offset, init, controlvals, dist, scale = 0, nstrat = 1, strata, pcols, pattr, assign, parms = NULL) survdiff.fit(y, x, strat, rho = 0) match.ratetable(R, ratetable) ## S3 method for class 'ratetable' as.matrix(x, ...) ## S3 method for class 'coxph.penalty' is.na(x) coxpenal.df(hmat, hinv, fdiag, assign.list, ptype, nvar, pen1, pen2, sparse) coxpenal.fit(x, y, strata, offset, init, control, weights, method, rownames, pcols, pattr, assign) coxph.wtest(var, b, toler.chol = 1e-09) agexact.fit(x, y, strata, offset, init, control, weights, method, rownames, resid=TRUE) survfitCI(X, Y, weights, id, istate, cluster, stype=1, ctype=1, se.fit=TRUE, conf.int= .95, conf.type=c('log', 'log-log', 'plain', 'none', 'logit', 'arcsin'), conf.lower=c('usual', 'peto', 'modified'), influence=FALSE, start.time, p0, type) survfitKM(x, y, weights=rep(1,length(x)), stype=1, ctype=1, se.fit=TRUE, conf.int= .95, conf.type=c('log', 'log-log', 'plain', 'none', 'logit', 'arcsin'), conf.lower=c('usual', 'peto', 'modified'), start.time, new.time, id, cluster, influence=FALSE, type) survfitTurnbull(x, y, weights, type=c('kaplan-meier', 'fleming-harrington', 'fh2'), error=c('greenwood', "tsiatis"), se.fit=TRUE, conf.int= .95, conf.type=c('log', 'log-log', 'plain', 'none', 'logit', 'arcsin'), conf.lower=c('usual', 'peto', 'modified'), start.time) </pre> <h3>Details</h3> <p>The arguments to these routines are not guaranteed to stay the same from release to release – call them at your own risk!</p> <hr /><div style="text-align: center;">[Package <em>survival</em> version 2.44-1.1 <a href="00Index.html">Index</a>]</div> </body></html>