Robust Model Standard Errors
robust_model(model, data = NULL, robust_args = list())
Arguments
- model
A fitted model object from lm or glm.
- data
A data object that contains a fitted model.
- robust_args
A named list of arguments passed to the robust model
standard error function.