Confidence interval for robust estimators
confint_robust(object, parm, level = 0.95, vcov = NULL, ...)
A fitted model object
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
The confidence level required
Covariance matrix generated by, e.g., sandwich::vcovHC
Additional argument(s) for methods
Wrapper for confint.default with robust standard errors. See http://stackoverflow.com/a/3820125/1974918