confint_robust {radiant.model} | R Documentation |
Confidence interval for robust estimators
Description
Confidence interval for robust estimators
Usage
confint_robust(object, level = 0.95, dist = "norm", vcov = NULL, ...)
Arguments
object |
A fitted model object |
level |
The confidence level required |
dist |
Distribution to use ("norm" or "t") |
vcov |
Covariance matrix generated by, e.g., sandwich::vcovHC |
... |
Additional argument(s) for methods |
Details
Wrapper for confint with robust standard errors. See https://stackoverflow.com/questions/3817182/vcovhc-and-confidence-interval/3820125#3820125
[Package radiant.model version 1.6.6 Index]