EconometricsWithR
EconometricsWithR copied to clipboard
πAn interactive companion to the well-received textbook 'Introduction to Econometrics' by Stock & Watson (2015)
See: https://ell.stackexchange.com/questions/219309/should-i-use-build-or-built
Hey, Sorry that I know little about the r-markdown. Before knitting, I have run the setup.R and there is the function ttcode in my environment. But when I knit to...
-New annotations on hypothes.is (until 08.04.2024) are reviewed and made the necessary changes. - Some code chunks are reviewed and changed to have a consistent coding style.
Hi! I'm trying to access the website, but it's showing this error:  Maybe the domain is offline? Is there any other link that is available? Thank you!
In chapter 13.3 is the definition of the dummy variable "race" not correct. ```r # generate subset with kindergarten data STARK % transmute(gender, ethnicity, stark, readk, mathk, lunchk, experiencek, schoolidk)...