Hi,
I am reading some papers that use GLM to deal with repeated measure. They often mentioned that they used "GLM repeated measures ANOVA". There are also F values and p values reported.
For example, in Vlčková (2012): "There was a statistically significant difference in protein contamination (A260/A280 ratios) using the three storing methods (GLM repeated measures ANOVA; F2,20 = 7.20, p < < 0.01)."
When I ran a GLM model, where should I look for the F value?
I found one answer online. It suggests that we use avo() function: aov(dv ~ iv, data = mydata, dispersion = NULL, test = NULL). Is this the right way?
Thank you!