├── Binary_Dependent_Variables ├── customTests.R ├── dependson.txt ├── initLesson.R ├── lesson.yaml └── lpm_local.R ├── Binary_Variables_and_Functional_Form ├── cowles_poly.R ├── customTests.R ├── dependson.txt ├── initLesson.R ├── lesson.yaml └── log_graphs.R ├── Difference-in-differences ├── .Rhistory ├── customTests.R ├── data_in_case_gtrendsr_stops_working.csv ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Experiments ├── create_data.R ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Fixed_Effects ├── customTests.R ├── dependson.txt ├── initLesson.R ├── lesson.yaml └── spot_the_fe.R ├── Hypothesis_Testing ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Instrumental_Variables ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Introduction_to_R ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── MANIFEST ├── Multivariate_Regression ├── customTests.R ├── dag1.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Ordinary_Least_Squares_Part_1 ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── Ordinary_Least_Squares_Part_2 ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml ├── README.md ├── Regression_Discontinuity ├── customTests.R ├── dependson.txt ├── initLesson.R └── lesson.yaml └── customTests.R /Binary_Dependent_Variables/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Dependent_Variables/customTests.R -------------------------------------------------------------------------------- /Binary_Dependent_Variables/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Binary_Dependent_Variables/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Dependent_Variables/initLesson.R -------------------------------------------------------------------------------- /Binary_Dependent_Variables/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Dependent_Variables/lesson.yaml -------------------------------------------------------------------------------- /Binary_Dependent_Variables/lpm_local.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Dependent_Variables/lpm_local.R -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/cowles_poly.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Variables_and_Functional_Form/cowles_poly.R -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Variables_and_Functional_Form/customTests.R -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Variables_and_Functional_Form/initLesson.R -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Variables_and_Functional_Form/lesson.yaml -------------------------------------------------------------------------------- /Binary_Variables_and_Functional_Form/log_graphs.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Binary_Variables_and_Functional_Form/log_graphs.R -------------------------------------------------------------------------------- /Difference-in-differences/.Rhistory: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Difference-in-differences/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Difference-in-differences/customTests.R -------------------------------------------------------------------------------- /Difference-in-differences/data_in_case_gtrendsr_stops_working.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Difference-in-differences/data_in_case_gtrendsr_stops_working.csv -------------------------------------------------------------------------------- /Difference-in-differences/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Difference-in-differences/initLesson.R: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Difference-in-differences/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Difference-in-differences/lesson.yaml -------------------------------------------------------------------------------- /Experiments/create_data.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Experiments/create_data.R -------------------------------------------------------------------------------- /Experiments/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Experiments/customTests.R -------------------------------------------------------------------------------- /Experiments/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Experiments/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Experiments/initLesson.R -------------------------------------------------------------------------------- /Experiments/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Experiments/lesson.yaml -------------------------------------------------------------------------------- /Fixed_Effects/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Fixed_Effects/customTests.R -------------------------------------------------------------------------------- /Fixed_Effects/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Fixed_Effects/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Fixed_Effects/initLesson.R -------------------------------------------------------------------------------- /Fixed_Effects/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Fixed_Effects/lesson.yaml -------------------------------------------------------------------------------- /Fixed_Effects/spot_the_fe.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Fixed_Effects/spot_the_fe.R -------------------------------------------------------------------------------- /Hypothesis_Testing/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Hypothesis_Testing/customTests.R -------------------------------------------------------------------------------- /Hypothesis_Testing/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Hypothesis_Testing/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Hypothesis_Testing/initLesson.R -------------------------------------------------------------------------------- /Hypothesis_Testing/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Hypothesis_Testing/lesson.yaml -------------------------------------------------------------------------------- /Instrumental_Variables/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Instrumental_Variables/customTests.R -------------------------------------------------------------------------------- /Instrumental_Variables/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Instrumental_Variables/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Instrumental_Variables/initLesson.R -------------------------------------------------------------------------------- /Instrumental_Variables/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Instrumental_Variables/lesson.yaml -------------------------------------------------------------------------------- /Introduction_to_R/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Introduction_to_R/customTests.R -------------------------------------------------------------------------------- /Introduction_to_R/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Introduction_to_R/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Introduction_to_R/initLesson.R -------------------------------------------------------------------------------- /Introduction_to_R/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Introduction_to_R/lesson.yaml -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/MANIFEST -------------------------------------------------------------------------------- /Multivariate_Regression/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Multivariate_Regression/customTests.R -------------------------------------------------------------------------------- /Multivariate_Regression/dag1.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Multivariate_Regression/dag1.R -------------------------------------------------------------------------------- /Multivariate_Regression/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Multivariate_Regression/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Multivariate_Regression/initLesson.R -------------------------------------------------------------------------------- /Multivariate_Regression/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Multivariate_Regression/lesson.yaml -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_1/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_1/customTests.R -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_1/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_1/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_1/initLesson.R -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_1/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_1/lesson.yaml -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_2/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_2/customTests.R -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_2/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_2/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_2/initLesson.R -------------------------------------------------------------------------------- /Ordinary_Least_Squares_Part_2/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Ordinary_Least_Squares_Part_2/lesson.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/README.md -------------------------------------------------------------------------------- /Regression_Discontinuity/customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Regression_Discontinuity/customTests.R -------------------------------------------------------------------------------- /Regression_Discontinuity/dependson.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Regression_Discontinuity/initLesson.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Regression_Discontinuity/initLesson.R -------------------------------------------------------------------------------- /Regression_Discontinuity/lesson.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/Regression_Discontinuity/lesson.yaml -------------------------------------------------------------------------------- /customTests.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/NickCH-K/Econometrics/HEAD/customTests.R --------------------------------------------------------------------------------