confint.stdCoxph {stdReg} | R Documentation |
Confidence interval
Description
This is a confint
method for class "stdCoxph"
.
Usage
## S3 method for class 'stdCoxph'
confint(object, parm, level = 0.95, fun, type="plain", ...)
Arguments
object |
an object of class |
parm |
not used. |
level |
the coverage probability of the confidence intervals. |
fun |
a function of one matrix argument with |
type |
a string specifying the type of confidence interval; |
... |
not used. |
Details
confint.stdCoxph
extracts the est
element from object
, and
inputs this to fun
. It then uses the delta method to compute a confidence
interval for the output of fun
.
Value
a matrix with q
rows and 2 columns, containing the computed confidence interval.
Author(s)
Arvid Sjolander.
[Package stdReg version 3.4.1 Index]