Nothing
Code
.res <- tidy(fit, robust = TRUE)
Condition
Warning:
The `robust` argument has been deprecated in `tidy.felm()` and will be ignored.
i Please use the `se.type` argument instead.
Code
glance(fit_multi)
Condition
Error in `glance()`:
! `felm()` models with multiple responses are not supported.
Code
augment(fit_multi)
Condition
Error in `augment()`:
! `felm()` models with multiple responses are not supported.
Code
.res <- tidy.felm(fit, se.type = "cluster")
Condition
Warning:
Clustered SEs requested, but weren't calculated in underlying model object.
i Reverting to default SEs.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.