-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
102 lines (100 loc) · 6.07 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
/.quarto/
/.luarc.json
/_site
docs/1_Getting_Started/getting_started_intro_to_data/getting_started_intro_to_data1.html
docs/1_Getting_Started/getting_started_intro_to_data/getting_started_intro_to_data2.html
docs/1_Getting_Started/getting_started_intro_to_jupyter/getting_started_intro_to_jupyter.html
docs/1_Getting_Started/getting_started_intro_to_r/getting_started_intro_to_r.html
docs/2_Beginner/beginner_central_tendency/beginner_central_tendency.html
docs/2_Beginner/beginner_confidence_intervals/beginner_confidence_intervals.html
docs/2_Beginner/beginner_dispersion_and_dependence/beginner_dispersion_and_dependence.html
docs/2_Beginner/beginner_distributions/beginner_distributions.html
docs/2_Beginner/beginner_hypothesis_testing/beginner_hypothesis_testing.html
docs/2_Beginner/beginner_intro_to_central_tendency/beginner_intro_to_central_tendency.html
docs/2_Beginner/beginner_intro_to_data_visualization1/beginner_intro_to_data_visualization1.html
docs/2_Beginner/beginner_intro_to_data_visualization2/beginner_intro_to_data_visualization2.html
docs/2_Beginner/beginner_intro_to_statistics1/beginner_intro_to_statistics1.html
docs/2_Beginner/beginner_intro_to_statistics2/beginner_intro_to_statistics2.html
docs/2_Beginner/beginner_sampling_distributions/beginner_sampling_distributions.html
docs/3_Intermediate/geog_374/Climate_Disasters/Climate_Disasters.html
docs/3_Intermediate/geog_374/Lab_02_ANOVA/Lab_02_ANOVA.html
docs/3_Intermediate/geog_374/Lab_03_Regression/Lab_03_Regression.html
docs/3_Intermediate/geog_374/Lab_05_Chisquare/Lab_05_Chisquare.html
docs/3_Intermediate/geog_374/Lab_06_Ttest/Lab_06_Ttest.html
docs/3_Intermediate/intermediate_interactions_and_nonlinear_terms/intermediate_interactions_and_nonlinear_terms.html
docs/3_Intermediate/intermediate_intro_to_regression/intermediate_intro_to_regression.html
docs/3_Intermediate/intermediate_issues_in_regression/intermediate_issues_in_regression.html
docs/3_Intermediate/intermediate_multiple_regression/intermediate_multiple_regression.html
docs/4_Advanced/advanced_classification_and_clustering/advanced_classification_and_clustering.html
docs/4_Advanced/advanced_difference_in_differences/advanced_difference_in_differences.html
docs/4_Advanced/advanced_geospatial/advanced_geospatial.html
docs/4_Advanced/advanced_geospatial/advanced_geospatial_2.html
docs/4_Advanced/advanced_instrumental_variables/advanced_instrumental_variables1.html
docs/4_Advanced/advanced_instrumental_variables/advanced_instrumental_variables2.html
docs/4_Advanced/advanced_linear_differencing/advanced_linear_differencing.html
docs/4_Advanced/advanced_llm_apis2/advanced_llm_apis2.html
docs/4_Advanced/advanced_llm_presentation/advanced_llm_apis2.html
docs/4_Advanced/advanced_llm_presentation/advanced_llm_apis2.out.ipynb
docs/4_Advanced/advanced_ollama_llm/fine_tuning_llm.html
docs/4_Advanced/advanced_panel_data/advanced_panel_data.html
docs/4_Advanced/advanced_sentiment_analysis/sentiment_analysis.html
docs/4_Advanced/advanced_synthetic_control/advanced_synthetic_control.html
docs/4_Advanced/advanced_transcription/advanced_transcription_whisper.html
docs/4_Advanced/advanced_vocalization/advanced_vocalization_draft.html
docs/4_Advanced/advanced_word_embeddings/advanced_word_embeddings_python_version.html
docs/4_Advanced/advanced_word_embeddings/advanced_word_embeddings_r_version.html
docs/5_Research/econ490-pystata/01_Setting_Up_PyStata.html
docs/5_Research/econ490-pystata/02_Working_Dofiles.html
docs/5_Research/econ490-pystata/03_Stata_Essentials.html
docs/5_Research/econ490-pystata/04_Locals_and_Globals.html
docs/5_Research/econ490-pystata/05_Opening_Data_Sets.html
docs/5_Research/econ490-pystata/06_Creating_Variables.html
docs/5_Research/econ490-pystata/07_Within_Group.html
docs/5_Research/econ490-pystata/08_Merge_Append.html
docs/5_Research/econ490-pystata/09_Stata_Graphs.html
docs/5_Research/econ490-pystata/10_Combining_Graphs.html
docs/5_Research/econ490-pystata/11_Linear_Reg.html
docs/5_Research/econ490-pystata/12_Exporting_Output.html
docs/5_Research/econ490-pystata/13_Dummy.html
docs/5_Research/econ490-pystata/14_PostReg.html
docs/5_Research/econ490-pystata/15_Panel_Data.html
docs/5_Research/econ490-pystata/16_Diff_in_Diff.html
docs/5_Research/econ490-pystata/17_IV.html
docs/5_Research/econ490-pystata/18_Wf_Guide2.html
docs/5_Research/econ490-r/01_Setting_Up.html
docs/5_Research/econ490-r/02_Working_Rscripts.html
docs/5_Research/econ490-r/03_R_Essentials.html
docs/5_Research/econ490-r/04_Opening_Data_Sets.html
docs/5_Research/econ490-r/05_Creating_Variables.html
docs/5_Research/econ490-r/06_Within_Group.html
docs/5_Research/econ490-r/07_Combining_Datasets.html
docs/5_Research/econ490-r/08_ggplot_graphs.html
docs/5_Research/econ490-r/09_Combining_Graphs.html
docs/5_Research/econ490-r/10_Linear_Reg.html
docs/5_Research/econ490-r/11_Exporting_Output.html
docs/5_Research/econ490-r/12_Dummy.html
docs/5_Research/econ490-r/13_PostReg.html
docs/5_Research/econ490-r/14_Panel_Data.html
docs/5_Research/econ490-r/15_Diff_in_Diff.html
docs/5_Research/econ490-r/16_IV.html
docs/5_Research/econ490-r/17_Wf_Guide.html
docs/5_Research/econ490-stata/01_Setting_Up.html
docs/5_Research/econ490-stata/02_Working_Dofiles.html
docs/5_Research/econ490-stata/03_Stata_Essentials.html
docs/5_Research/econ490-stata/04_Locals_and_Globals.html
docs/5_Research/econ490-stata/05_Opening_Data_Sets.html
docs/5_Research/econ490-stata/06_Creating_Variables.html
docs/5_Research/econ490-stata/07_Within_Group.html
docs/5_Research/econ490-stata/08_Merge_Append.html
docs/5_Research/econ490-stata/09_Stata_Graphs.html
docs/5_Research/econ490-stata/10_Combining_Graphs.html
docs/5_Research/econ490-stata/11_Linear_Reg.html
docs/5_Research/econ490-stata/12_Exporting_Output.html
docs/5_Research/econ490-stata/13_Dummy.html
docs/5_Research/econ490-stata/14_PostReg.html
docs/5_Research/econ490-stata/15_Panel_Data.html
docs/5_Research/econ490-stata/16_Diff_in_Diff.html
docs/5_Research/econ490-stata/17_IV.html
docs/5_Research/econ490-stata/18_Wf_Guide2.html
docs/6_Projects/projects_example_project_econ325/Projects_Example_Project_ECON325.html
docs/6_Projects/projects_example_project_econ326/Projects_Example_Project_ECON326.html