Description Usage Arguments Details Value Author(s)
Computes confidence intervals for one or more parameters in a fitted
model. There is a default and a method for objects inheriting from class
"lm
".
1 2 | confint_rob(object, parm, level = 0.95, type = c("HC1", "const", "HC",
"HC0", "HC2", "HC3", "HC4", "HC4m", "HC5"))
|
object |
a fitted model object. |
parm |
a specification of which parameters are to be given confidence intervals, either a vector of numbers or a vector of names. If missing, all parameters are considered. |
level |
the confidence level required. |
type |
confint_rob
assumes asymptotic normality of the estimators of the parameters for
the fitted models, but does not assume conditional homoskedasticity.
A matrix (or vector) 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 % (by default 2.5% and 97.5%).
Giuseppe Ragusa
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.