Skip to content

Commit

Permalink
ch9
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 29, 2024
1 parent 19acb33 commit 671cc2b
Show file tree
Hide file tree
Showing 8 changed files with 1,617 additions and 4 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ Each notebook corresponds to a chapter from the source material. Click on the "O
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

8. **Ch9. Specification and Data Issues**
<a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch9.%20Specification%20and%20Data%20Issues.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

## How to Use

1. Click on the "Open in Colab" badge next to the notebook you want to explore.
Expand Down
2 changes: 1 addition & 1 deletion markdown/Ch7. MRA - Qualitative Regressors.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jupyter:
```

```python
import numpy as np # noqa
import pandas as pd
import statsmodels.api as sm
import statsmodels.formula.api as smf
import wooldridge as wool
import numpy as np
```

## 7.1 Linear Regression with Dummy Variables as Regressors
Expand Down
Loading

0 comments on commit 671cc2b

Please sign in to comment.