Skip to content

Commit

Permalink
typo (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsass authored Jan 4, 2025
1 parent 171574a commit fd28e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-foundations/02-lesson/04-02-lesson.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ Great work! The observed difference is consistent with differences you would see

Using the randomization distributions with the small and big datasets, calculate different cutoffs for significance. Remember, you are most interested in a large positive difference in promotion rates, so you are calculating the upper quantiles of 0.90, 0.95, and 0.99.

A function for calculating these quantiles, `calc_upper_quantiles()` is sown in the script.
A function for calculating these quantiles, `calc_upper_quantiles()` is shown in the script.
We don't expect for you to learn how to write a function in R! Instead, the function is intended to demonstrate how we can automate the process of finding the 90%, 95%, and 99% quantiles of a test statistic. When you click on the "Run Code" button, you are able to use the function, simply by typing its name (`calc_upper_quantiles()`).

- As a reference point, run the call to `calc_upper_quantiles()` to calculate the relevant quantiles associated with the original dataset of 1000 permuted differences, `gender_discrimination_perm`.
Expand Down

0 comments on commit fd28e65

Please sign in to comment.