-
Notifications
You must be signed in to change notification settings - Fork 166
/
econometricslabs.html
158 lines (131 loc) · 12.9 KB
/
econometricslabs.html
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!doctype html>
<html lang="en">
<head>
<script src="https://use.fontawesome.com/baff6f55f5.js"></script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Tyler Ransom by tyleransom</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-light.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-29643011-3', 'auto');
ga('send', 'pageview');
</script>
<!-- New GA4 tracking code, see https://support.google.com/analytics/answer/10271001#analyticsjs-enable-basic -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GNJD50R0Z7"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-GNJD50R0Z7');
</script>
<!-- For all browsers -->
<link rel="stylesheet" href="assets/css/academicons.min.css"/>
<link rel="stylesheet" href="assets/css/academicons.css"/>
<style>
button.accordion {
font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
cursor: pointer;
padding: 0px;
border: none;
text-align: left;
outline: none;
font-size: 100%;
transition: 0.3s;
background-color: #f8f8f8;
}
button.accordion.active, button.accordion:hover {
background-color: #f8f8f8;
}
button.accordion:after {
content: " [+] ";
font-size: 90%;
color:#777;
float: left;
margin-left: 1px;
}
button.accordion.active:after {
content: " [\2212] ";
}
div.panel {
padding: 0 20px;
margin-top: 5px;
display: none;
background-color: white;
font-size: 100%;
}
div.panel.show {
display: block !important;
}
.social-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
</style>
</head>
<body>
<div class="wrapper">
<header>
<h1>Tyler Ransom</h1>
<p>Associate Professor of Economics<br>University of Oklahoma</p>
<p>Research Fellow<br><a href="https://www.iza.org/person/24155/tyler-ransom">Institute for the Study of Labor (IZA)</a></p>
<p>Fellow<br><a href="https://glabor.org/user/tyleransom/">Global Labor Organization (GLO)</a></p>
<h3><a href="https://tyleransom.github.io/">Home</a></h3>
<h3><a href="https://tyleransom.github.io/research.html">Research</a></h3>
<h3><a href="https://tyleransom.github.io/research/CV.pdf">CV</a></h3>
<h3><a href="https://tyleransom.github.io/code.html">Code</a></h3>
<h3><a href="https://tyleransom.github.io/teaching.html">Teaching</a></h3>
<h3><a href="https://tyleransom.github.io/personal.html">Personal</a></h3>
<b>Social</b><br>
<div class="social-row">
<a href="mailto:[email protected]" class="author-social" target="_blank"><i class="fa fa-fw fa-envelope-square"></i> Email</a><br>
<a href="https://scholar.google.com/citations?user=eohlTTcAAAAJ&hl=en" target="_blank"><i class="ai ai-fw ai-google-scholar-square"></i> Scholar</a><br>
<a href="https://orcid.org/0000-0002-6910-0363"><i class="ai ai-fw ai-orcid-square"></i> ORCID</a><br>
<a href="http://ideas.repec.org/f/pra541.html"><i class="ai ai-fw ai-ideas-repec-square"></i> RePEc</a><br>
<a href="http://github.com/tyleransom"><i class="fa fa-fw fa-github-square"></i> GitHub</a><br>
<a href="http://twitter.com/tyleransom" class="author-social" target="_blank"><i class="fa fa-fw fa-twitter-square"></i> Twitter</a><br>
<a href="http://linkedin.com/in/tyleransom" class="author-social" target="_blank"><i class="fa fa-fw fa-linkedin-square"></i> LinkedIn</a><br>
<br>
</div>
<br>
<p><b>Contact:</b><br>Department of Economics<br>University of Oklahoma<br>322 CCD1, 308 Cate Center Drive<br>Norman, OK 73072</p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</header>
<section>
<!-- <h2>Teaching Statement</h2> -->
<!-- <p><a href="https://tyleransom.github.io/teaching/Teaching-Statement.pdf">Download (PDF)</a><br></p> -->
<h2>Econometrics In-class Labs</h2>
<p><b><code>tidyverse</code> cheat sheet (<a href="https://github.com/tyleransom/EconometricsLabs/raw/master/tidyRcheatsheet.pdf">PDF</a>)</b></p>
<p> During most class periods, my introductory econometrics students work on labs in small groups (2-3 students). These are meant to introduce coding concepts and to gain hands-on experience with econometric estimators. Below is a complete list of labs, available in three different file formats. Labs are also available in a <a href="https://github.com/tyleransom/EconometricsLabs">GitHub repository</a> (see GitHub for license details).</p>
<ol type="1">
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab1.html">Intro to R, basic data cleaning steps</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab1.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab1.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab1.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab2.html">Basic hypothesis testing and simple linear regression</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab2.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab2.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab2.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab3.html">More practice with bivariate linear regression: nonlinear transformations, visualization, formulas</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab3.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab3.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab3.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab4.html">Multivariate linear regression</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab4.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab4.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab4.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab5.html">Omitted variable bias and multicollinearity</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab5.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab5.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab5.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab6.html">Dummy variables and Linear Probability Models</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab6.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab6.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab6.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab7.html">Single hypothesis testing of regression parameters</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab7.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab7.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab7.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab8.html">Joint hypothesis testing of regression parameters</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab8.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab8.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab8.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab9.html">Heteroskedasticity-robust inference</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab9.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab9.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab9.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab10.html">Intro to time series data and serial correlation</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab10.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab10.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab10.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab11.html">How to use data from IPUMS and other R packages</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab11.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab11.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab11.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab12.html">Instrumental variables estimation</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab12.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab12.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab12.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab13.html">2SLS estimation</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab13.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab13.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab13.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab14.html">Time series forecasting</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab14.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab14.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab14.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab15.html">Pooled OLS, Random Effects, and Fixed Effects estimation</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab15.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab15.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab15.Rmd">R Markdown</a>
<li> <a style="margin:0; font-size:100%; font-weight:bold" href="https://tyleransom.github.io/teaching/MetricsLabs/lab16.html">Difference in Differences estimation</a> <br> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab16.html">HTML</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab16.pdf">PDF</a> <a href="https://tyleransom.github.io/teaching/MetricsLabs/lab16.Rmd">R Markdown</a>
</ol>
</section>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>