Description Usage Arguments Value Author(s)
Compute survival and cumulative hazard curves from a transph model
1 | survfit.transph(creg, newdata, level = 0.95, transform = "log-log", ...)
|
newdata |
A data frame or named vector with the same variable names
as the |
level |
The level for pointwise two-sided confidence limits. |
transform |
The transformation of the survival function used to calculate confidence limits. The "log-log" option uses the log cumulative hazard, and the "log" option uses the cumulative hazard directly. |
... |
Further arguments to be passed to
|
treg |
A |
A survfit.object with its std.err,
upper, and lower components altered as needed to account for
uncertainty in who-infected-whom. The conf.int and conf.type
components are altered to match the level and transform
arguments, respectively. This object can be passed to the
following methods from the survival package:
plot.survfit,
summary.survfit, and
print.survfit.
Eben Kenah kenah.1@osu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.