Open eyayaw opened 2 years ago
lm(lwage~exper+educ+feduc, wooldridge::wage2) |> equatiomatic::extract_eq(use_coefs = TRUE)
$$ \operatorname{\widehat{lwage}} = 5.44 + 0.02(\operatorname{\exper}) + 0.07(\operatorname{educ}) + 0.02(\operatorname{feduc}) $$
Ah... thanks for the report. I'll get this fixed (eventually - I'm not actively working on this at the moment).
lm(lwage~exper+educ+feduc, wooldridge::wage2) |> equatiomatic::extract_eq(use_coefs = TRUE)
$$ \operatorname{\widehat{lwage}} = 5.44 + 0.02(\operatorname{\exper}) + 0.07(\operatorname{educ}) + 0.02(\operatorname{feduc}) $$