PROC ANOVA is used to perform analysis of variance on experimental data. It allows specification of classification variables using CLASS, dependent variables using MODEL, and post hoc comparisons using MEANS. Examples show using PROC ANOVA to analyze a one-way ANOVA model with multiple comparisons, and a repeated measures ANOVA to analyze how an interest level changes over time. Questions ask about the differences between ANOVA and linear regression, the expected value of mean squared error, and fixed/random effects.