confint.DTRreg {DTRreg} | R Documentation |
Confidence Interval Calculations for DTRs
Description
Confidence intervals for parameters, with the option of constructing the confidence intervals using the percentile method when bootstrap is used.
Usage
## S3 method for class 'DTRreg'
confint(object, parm = NULL, level = 0.95, type = c("se", "percentile"), ...)
Arguments
object |
A model object generated by the function DTRreg. |
parm |
Not available for DTRreg objects. |
level |
The confidence level required. |
type |
Typical Wald-type confidence interval "se" (default) or confidence intervals derived with the percentile method "percentile" (bootstrap variance estimates only). |
... |
Space for additional arguments (not currently used). |
Value
A list with columns giving lower and upper confidence limits for each parameter. These will be labelled as (1-level)/2 and 1 - (1-level)/2 in percentage (by default 2.5% and 97.5%).
[Package DTRreg version 2.2 Index]