EconometricsWithR icon indicating copy to clipboard operation
EconometricsWithR copied to clipboard

πŸ“–An interactive companion to the well-received textbook 'Introduction to Econometrics' by Stock & Watson (2015)

Results 7 EconometricsWithR issues
Sort by recently updated
recently updated
newest added

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: ![imagem](https://github.com/user-attachments/assets/7597b30f-e390-4454-b4dd-6beacba12021) 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)...