View source: R/robpoisson-utils.R
confint.robpoisson | R Documentation |
Estimate confidence intervals for the Poisson model with robust/sandwich/empirical covariance structure.
## S3 method for class 'robpoisson'
confint(object, parm = NULL, level = 0.95, ...)
object |
Fitted model |
parm |
Not used |
level |
Confidence level, defaults to 0.95 |
... |
Additional arguments, not used |
Matrix: First column, lower bound; second column, upper bound.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.