summary.stdCoxph | R Documentation |
This is a summary
method for class "stdCoxph"
.
## S3 method for class 'stdCoxph'
summary(object, t, CI.type = "plain", CI.level = 0.95,
transform = NULL, contrast = NULL, reference = NULL, ...)
object |
an object of class |
t |
numeric, indicating the times at which to summarize. It defaults to the specified
value(s) of the argument |
CI.type |
string, indicating the type of confidence intervals. Either "plain", which gives untransformed intervals, or "log", which gives log-transformed intervals. |
CI.level |
desired coverage probability of confidence intervals, on decimal form. |
transform |
a string. If set to |
contrast |
a string. If set to |
reference |
must be specified if |
... |
not used. |
Arvid Sjolander
stdCoxph
##See documentation for stdCoxph
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.