Learn R Programming

radiant.model (version 0.8.0)

confint_robust: Confidence interval for robust estimators

Description

Confidence interval for robust estimators

Usage

confint_robust(object, parm, level = 0.95, vcov = NULL, ...)

Arguments

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

vcov

Covariance matrix generated by, e.g., sandwich::vcovHC

...

Additional argument(s) for methods

Details

Wrapper for confint.default with robust standard errors. See http://stackoverflow.com/a/3820125/1974918