Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/rmd/ml-doubledebiased.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,6 @@ $$ \frac{\hat{\mu}(x) - \mu(x)}{\hat{\sigma}_n(x)} \leadsto N(0,1) $$

<!-- --- -->

# Bibliography
# References

<!-- --- -->
4 changes: 2 additions & 2 deletions docs/rmd/ml-intro.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ if (exists("slides") && slides) {
# Introduction

<div class=notes>
These notes will examine the incorportion of machine learning
These notes will examine the incorporation of machine learning
methods in classic econometric techniques for estimating causal
effects. More specifally, we will focus on estimating treatment
effects. More specifically, we will focus on estimating treatment
effects using matching and instrumental variables. In these
estimators (and many others) there is a low-dimensional parameter
of interest, such as the average treatment effect, but estimating
Expand Down