Hello!
Can anyone help me to do ANOVA in RSTUDIO?
I already try this code: { model <- avo(y~x, data = mydata)
Summary (model) } and it actually gave me a lot of numbers that are quite reliable, but I'm not sure that is the correct way to do ANOVA and, more important, ask for p-value.