Foundations of Inference in R
Jo Hardin
Instructor
disc_perm %>%
summarize(pvalue =
mean(diff_orig <= stat))
# A tibble: 1 × 1
pvalue
<dbl>
1 0.03
< 0.05, so reject $H_0$ in favor of $H_A$
Study was randomized
Nothing systematically different about two groups of participants other than which resumes they evaluated
Any difference in promotion rates is due to the gender of the applicant
35 individuals in sample were not randomly sampled from all managers
They were at a management training session
In order to generalize, we need:
More information about the study
Careful thinking about who the participants represent
Foundations of Inference in R