Skip to content

Commit 94fe9f4

Browse files
remove eval check
1 parent aa258bc commit 94fe9f4

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

exercises/07-pscores-using-exercises.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ We are interested in examining the relationship between whether there were "Extr
1717
Below is the propensity score model you created in the previous exercise.
1818

1919
```{r}
20-
#| eval: false
2120
seven_dwarfs <- seven_dwarfs_train_2018 |>
2221
filter(hour == 9)
2322

exercises/08-pscores-diagnostics-exercises.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ We are interested in examining the relationship between whether there were "Extr
1818
Below is the propensity score model and weights you created in the previous exercise.
1919

2020
```{r}
21-
#| eval: false
2221
seven_dwarfs <- seven_dwarfs_train_2018 |>
2322
filter(hour == 9)
2423

0 commit comments

Comments
 (0)