That would be:
MyAnova$"Pr(>F)"
and since that is an Anova table, you actually only need the first value:
MyAnova$"Pr(>F)"[1]
Hope this helps,
Adrian
On Mon, Nov 4, 2013 at 4:10 PM, Anders Tisell wrote:
>
> Hi,
>
> I have created a mixed linear model with one fixed factor and two
> random fact
un...@r-project.org [mailto:r-help-boun...@r-project.org] Namens
Anders Tisell
Verzonden: maandag 4 november 2013 15:11
Aan: r-help@r-project.org
Onderwerp: [R] Save P values calculated with anova
Hi,
I have created a mixed linear model with one fixed factor and two random
factors then I would
Hi,
I have created a mixed linear model with one fixed factor and two
random factors then I would like to test if there is a significant
difference between the two groups.
To do this I calculate the model with the lmer function:
> MyModel <- lmer(...)
and do a anova of the model to estimate if
3 matches
Mail list logo