View source: R/PanelEstimateObject.R
confint.PanelEstimate | R Documentation |
Produce confidence intervals for PanelEstimate objects
## S3 method for class 'PanelEstimate'
confint(object, parm = NULL, level = NULL, ..., bias.corrected = FALSE)
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. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.