Course Notes
Use this workspace to take notes, store code snippets, or build your own interactive cheatsheet! For courses that use data, the datasets will be available in the datasets
folder.
# Import any packages you want to use here
Take Notes
Add notes here about the concepts you've learned and code cells with code you want to keep.
The Z score is the standardized value equals the difference between the value and the mean divided by the standard deviation.
The "p" in P-value stands for probability. A p-value is the probability of observing a test statistics. For p-values, small means "close to zero".
The tails of the distribution that are relevant depend on whether the alternative hypothesis refers to "greater than" (right tail), "less than" (left tail), or "differences between" (two tails).
P-values quantify the evidence for the null hypothesis.
The test to compare proportions of successes in a categorical variable across groups of another categorical variable is called a chi-square test of independence.
The test to compare the proportions of a categorical variable to a hypothesized distribution is called a chi-square independence test.
Add your notes here
# Add your code snippets here