Confidence intervals for parameters, with the option of constructing the confidence intervals using the percentile method when bootstrap is used.
# S3 method for DTRreg
confint(object, parm = NULL, level = 0.95, type = c("se", "percentile"), ...)
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%).
A model object generated by the function DTRreg.
Not available for DTRreg objects.
The confidence level required.
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).