Skip to content

Commit

Permalink
move to notebooks dir
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlujan91 committed Oct 4, 2024
1 parent e81be12 commit 088f23e
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ These notebooks are produced from the source code of:

[Using Python for Introductory Econometrics](http://upfie.net)

Ch2. The Simple Regression Model: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/Ch2.%20The%20Simple%20Regression%20Model.ipynb">
Ch2. The Simple Regression Model: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch2.%20The%20Simple%20Regression%20Model.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Ch3. Multiple Regression Analysis: Estimation: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/Ch3.%20Multiple%20Regression%20Analysis%20-%20Estimation.ipynb">
Ch3. Multiple Regression Analysis: Estimation: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch3.%20Multiple%20Regression%20Analysis%20-%20Estimation.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Ch4. Multiple Regression Analysis: Inference: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/Ch4.%20Multiple%20Regression%20Analysis%20-%20Inference.ipynb">
Ch4. Multiple Regression Analysis: Inference: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch4.%20Multiple%20Regression%20Analysis%20-%20Inference.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Ch5. MRA - OLS Asymptotics: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/Ch5.%20MRA%20-%20OLS%20Asymptotics.ipynb">
Ch5. MRA - OLS Asymptotics: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch5.%20MRA%20-%20OLS%20Asymptotics.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Ch6. MRA - Further Issues: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/Ch6.%20MRA%20-%20Further%20Issues.ipynb">
Ch6. MRA - Further Issues: <a target="_blank" href="https://colab.research.google.com/github/alanlujan91/merino/blob/main/notebooks/Ch6.%20MRA%20-%20Further%20Issues.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
10 changes: 5 additions & 5 deletions myst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ project:
toc:
# Auto-generated by `myst init --write-toc`
- file: README.md
- file: Ch2. The Simple Regression Model.ipynb
- file: Ch3. Multiple Regression Analysis - Estimation.ipynb
- file: Ch4. Multiple Regression Analysis - Inference.ipynb
- file: Ch5. MRA - OLS Asymptotics.ipynb
- file: Ch6. MRA - Further Issues.ipynb
- file: notebooks/Ch2. The Simple Regression Model.ipynb
- file: notebooks/Ch3. Multiple Regression Analysis - Estimation.ipynb
- file: notebooks/Ch4. Multiple Regression Analysis - Inference.ipynb
- file: notebooks/Ch5. MRA - OLS Asymptotics.ipynb
- file: notebooks/Ch6. MRA - Further Issues.ipynb

site:
template: book-theme
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 088f23e

Please sign in to comment.