I have a data set for which I applied an ANOVA using AOV from r.
My model is this:
model = aov(prod ~ trat, data = dados)
And in the model recipient has the following information, similar as the image shows:
Now I would like to print the fixed effects (effects
in the image) in a separated file, and if possible to do the SE for each solution.