0

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:

enter image description here

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.

Curious G.
  • 838
  • 8
  • 23
  • 1
    `modelo` is a list, so you can access the parts of it using normal subsetting: `modelo$effects` or `modelo[["effects"]]` will both give you the fixed effects vector to do with as you wish. Is that all you were trying to do? – divibisan Apr 23 '19 at 18:39
  • Part of my doubt is this, I appreciate your help. But I would like to do the SE (standard error) for each effect. Is it possible to do this using AOV? – Curious G. Apr 23 '19 at 18:45
  • You're right. I need to delete this question?? – Curious G. Apr 23 '19 at 18:50
  • 1
    No, you can just leave it. Duplicates are useful as signposts that lead people to the appropriate answers. There's nothing wrong with a question being closed as a duplicate and the system doesn't hold it against you – divibisan Apr 23 '19 at 18:59

0 Answers0