Skip to contents

Replaces the standard errors (t and p vals)in FELM model object with robust SE

Usage

robustify(model)

Arguments

felm

object

Examples

if (FALSE) {
robustify(felm(y ~ x, data = df))
}