Confidence intervals and confidence Bands for the difference between two estimates.
# S3 method for influenceTest
confint(
object,
parm = NULL,
level = 0.95,
n.sim = 10000,
transform = "none",
seed = NA,
...
)
A influenceTest
object, i.e. output of the influenceTest
function.
not used. For compatibility with the generic method.
[numeric, 0-1] Level of confidence.
[integer, >0] the number of simulations used to compute the quantiles for the confidence bands.
[character] the transformation used to improve coverage of the confidence intervals.
Can be "none"
or "atanh"
.
[integer, >0] seed number set before performing simulations for the confidence bands. If not given or NA no seed is set.
not used.
Brice Ozenne
Except for the cumulative hazard, the confidence bands and confidence intervals are automatically restricted to the interval [-1;1].