confint.PanelEstimate {PanelMatch} | R 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 |
|
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 |
... |
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.
[Package PanelMatch version 3.1.1 Index]