confint.DTRreg: Confidence Interval Calculations for DTRs

View source: R/s3-methods.R

confint.DTRregR 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%).


DTRreg documentation built on Nov. 20, 2023, 1:06 a.m.