Displaying 1 result from an estimated 1 matches for "allrandom".
Did you mean:
fillrandom
2011 Mar 14
0
Non-constancy of variances in mixed model.
...[1] -0.1917142
> kurtosis(DiamEVDettol)
[1] -0.7594319
> skewness(DiamNEDettol)
[1] 0.1314403
> kurtosis(DiamNEDettol)
[1] -0.8365288
(I'm not sure how to get p-values to see if they're significant or not) .
But I'm unsure on how to proceed, I had done:
allrandom <- lme(Diameter~1,random=~1|Group/Lineage/Dish/Disk,data=Dataset)
So as I could do a Variance components analysis:
> VarCorr(allrandom)
Variance StdDev
Group = pdLogChol(1)
(Intercept) 1.8773750 1.3701734
Lineage = pdLogChol(1)
(Intercept) 0...