Skip to content

Commit a2b1d95

Browse files
authored
potential solution to closed issue #115 (#265)
1 parent fd28e65 commit a2b1d95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

04-foundations/03-lesson/04-03-lesson.Rmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@ The permuted dataset and the original observed statistic are available in your w
435435
- As an alternative way to calculate the p-value, use `summarize()` and `mean()` to find the proportion of times the permuted differences in `opp_perm` (called `stat`) are less than or equal to the observed difference (called `diff_obs`).
436436
- You can test your knowledge by trying out: `direction = "greater"`, `direction = "two_sided"`, and `direction = "less"` before submitting your answer to both `visualize()` and `get_p_value()`.
437437

438-
```{r summarizing_opportunity_cost-setup}
439-
opp_perm <- read_rds("data/opp_perm2.rds")
440-
```
441-
442438
```{r summarizing_opportunity_cost, exercise=TRUE}
443439
# Visualize the statistic
444440
opp_perm |>

0 commit comments

Comments
 (0)