Skip to content

Commit fd37d29

Browse files
committed
Added period in exercise in BasicEmpirMethods.md
1 parent 957864b commit fd37d29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/book/basic_empirics/BasicEmpirMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ from pandas.plotting import scatter_matrix
567567
scatter_matrix(df_numer, alpha=0.3, figsize=(6, 6), diagonal='kde')
568568
```
569569
4. Compute the correlation matrix for the numerical variables ($8\times 8$) using the [`pandas.DataFrame.corr()`](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.corr.html) method.
570-
5. What is wrong with estimating the following linear regression model? How would you fix this problem? (Hint: There is an issue with one of the variables)
570+
5. What is wrong with estimating the following linear regression model? How would you fix this problem? (Hint: There is an issue with one of the variables.)
571571
\begin{equation*}
572572
\begin{split}
573573
mpg_i &= \beta_0 + \beta_1 cylinders_i + \beta_2 displacement_i + \beta_3 horsepower_i + ... \\

0 commit comments

Comments
 (0)