• script.R
1
2
3
4
5
# regress the log `wage` on `education` and save the
result to `wage_mod_1`
# regress the log of `wage` on `education` and controls
and save the result to `wage_mod_2`
# obtain robust coefficient summaries on both models
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  • R Console
>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX