confint.PanelEstimate: Produce confidence intervals for PanelEstimate objects

View source: R/PanelEstimateObject.R

confint.PanelEstimateR Documentation

Produce confidence intervals for PanelEstimate objects

Description

Produce confidence intervals for PanelEstimate objects

Usage

## S3 method for class 'PanelEstimate'
confint(object, parm = NULL, level = NULL, ..., bias.corrected = FALSE)

Arguments

object

PanelEstimate results

parm

Not used.

level

Confidence level to be used for confidence interval calculations. Must be numeric between 0 and 1. If NULL, confidence level from PanelEstimate() specification is used.

...

not used

bias.corrected

logical indicating whether or not bias corrected estimates should be provided. Default is FALSE. This argument only applies for standard errors calculated with the bootstrap.

Value

Matrix with two columns and ‘length(lead)' rows. Contains the upper and lower boundaries of the confidence interval for each time period’s point estimate.


PanelMatch documentation built on June 8, 2025, 10:37 a.m.