Analyze Data is the calculation and representation skill. You build graphs (dotplots, histograms, boxplots, scatterplots, residual plots), compute summary statistics (mean, median, standard deviation, IQR, correlation, regression coefficients), calculate probabilities and distribution parameters, and produce inference results (test statistics, p-values, confidence intervals). This is where the math happens, but the math only earns full credit when it feeds into a correct interpretation.
Given a dataset or model setup, can you select the right graph, compute the correct statistic or probability, and carry out an inference procedure with correct mechanics?
| Data situation | Analysis output |
|---|
| One quantitative variable | Histogram or boxplot, mean, median, standard deviation, IQR |
| Two quantitative variables | Scatterplot, LSRL equation, r, r-squared, residual plot |
| One categorical variable | Bar chart, proportion, one-proportion z-test or interval |
| Inference setup | Test statistic, p-value, or confidence interval with correct formula and df |