All Projects → mca91 → Econometricswithr

mca91 / Econometricswithr

Licence: other
📖An interactive companion to the well-received textbook 'Introduction to Econometrics' by Stock & Watson (2015)

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to Econometricswithr

r-novice-inflammation
Programming with R
Stars: ✭ 142 (-45.38%)
Mutual labels:  knitr
MSG-Book
📖 现代统计图形(已由人民邮电出版社出版) Modern Statistical Graphics
Stars: ✭ 95 (-63.46%)
Mutual labels:  bookdown
reportfactory
Lightweight infrastructure to handle multiple rmarkdown reports
Stars: ✭ 68 (-73.85%)
Mutual labels:  knitr
thesis
PhD thesis
Stars: ✭ 25 (-90.38%)
Mutual labels:  bookdown
data-analysis
金融市场与体育彩券市场 --- 数据分析与量化交易
Stars: ✭ 73 (-71.92%)
Mutual labels:  bookdown
dicy
A builder for LaTeX, knitr, literate Agda, literate Haskell and Pweave that automatically builds dependencies.
Stars: ✭ 22 (-91.54%)
Mutual labels:  knitr
R4ds Exercise Solutions
Exercise solutions to "R for Data Science"
Stars: ✭ 226 (-13.08%)
Mutual labels:  bookdown
ntuthesis
台大碩博士論文模板 (R Package)
Stars: ✭ 14 (-94.62%)
Mutual labels:  bookdown
R4Econ
R Code Examples Multi-dimensional/Panel Data
Stars: ✭ 16 (-93.85%)
Mutual labels:  bookdown
masr
📖 现代应用统计 Modern Applied Statistics with R
Stars: ✭ 52 (-80%)
Mutual labels:  bookdown
epoxy
Extra-strength glue engines for R Markdown and Quarto
Stars: ✭ 141 (-45.77%)
Mutual labels:  knitr
xaringan slides
📺 Links to HTML5 presentations made using the R package {xaringan}.
Stars: ✭ 20 (-92.31%)
Mutual labels:  knitr
data-disasters
data-disasters.netlify.app/
Stars: ✭ 34 (-86.92%)
Mutual labels:  bookdown
pinyin
an R package for converting Chineses characters into pinyin
Stars: ✭ 45 (-82.69%)
Mutual labels:  bookdown
bookdown-start
📖 A Starter Kit for Bookdown
Stars: ✭ 67 (-74.23%)
Mutual labels:  bookdown
papeR
A toolbox for writing Sweave or other LaTeX-based papers and reports and to prettify the output of various estimated models.
Stars: ✭ 26 (-90%)
Mutual labels:  knitr
ElegantBookdown
📖 A bookdown wrapper for ElegantBook
Stars: ✭ 88 (-66.15%)
Mutual labels:  bookdown
formr.org
Chain simple surveys into longer runs to build complex studies. Use R to generate pretty feedback and complex designs.
Stars: ✭ 90 (-65.38%)
Mutual labels:  knitr
rmd4sci
Rmarkdown for Scientists
Stars: ✭ 113 (-56.54%)
Mutual labels:  bookdown
mojito
🧪 Source-controlled split testing stack for building, launching and analysing A/B tests.
Stars: ✭ 49 (-81.15%)
Mutual labels:  knitr

📖 About the book

logo Beginners with little background in statistics and econometrics often have a hard time understanding the benefits of having programming skills for learning and applying Econometrics. Introduction to Econometrics with R is an interactive companion to the well-received textbook Introduction to Econometrics by James H. Stock and Mark W. Watson (2015). It gives a gentle introduction to the essentials of R programming and guides students in implementing the empirical applications presented throughout the textbook using the newly aquired skills. This is supported by interactive programming exercises generated with DataCamp Light and integration of interactive visualizations of central concepts which are based on the flexible JavaScript library D3.js.

The book can be found here: Introduction to Econometrics with R

📦 How to download materials using the itewrpkg R package

It is straightforward to download and install the itewrpkg metapackage for the companion using install_github() from the devtools package. Run install.packages("devtools") if you are not sure whether devtools is installed.

The following one-liner installs itewrpkg:

# install `itewrpkg`
devtools::install_github("mca91/itewrpkg")

Running the above command will also install all R packages which are required for reproducing the code examples presented throughout the book. Running library(itewrpkg) will load the package and all dependencies which makes it unnecessary to individually attach the packages introduced at the beginning of each chapter. This may take a few seconds but may be convenient if you are playing around with code chunks from various chapters.

The function get_materials_itewr() is intented as a convenience function for students working with the companion. It downloads up-to-date versions of all supplements to the book such as datasets and R codes from the GitHub repository of the book and saves them to the current working directory (or a location of choice provided to the argument dir) according to the following structure:

  • <your_working_directory>/ITEWR/Rmds/ (.Rmd files)

  • <your_working_directory>/ITEWR/Data/ (datasets)

  • <your_working_directory>/ITEWR/Rcodes/ (R scripts, numbered by chapter)

Make sure to check your working directory using getwd()!


Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

References

Stock, J., & Watson, M. (2015). Introduction to Econometrics, Third Update, Global Edition. Pearson Education Limited.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].