Interpreting the test
What is your conclusion regarding the association between sex and support for the death penalty? Recall that this code calculates the p-value:
# Compute two-tailed p-value
null %>%
summarize(pval = 2 * mean(stat <= d_hat))
Diese Übung ist Teil des Kurses
Inference for Categorical Data in R
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
