Displaying 1 result from an estimated 1 matches for "akron1999".
2009 Apr 14
0
Fitted values and MSE of individual fits in lmList
...se them to fit a mixed model using the fitted values and weight each environment
with (number of reps/MSE)/Average MSE.
library(nlme)
yield.list <- lmList(yield ~ as.factor(rep) + id | yearloc, data = df1, na.action = na.omit)
then I do
yield.fitted <- fitted(yield.list)
yield.fitted
Akron1999 Akron1999 Akron1999 Akron1999 Akron1999
45.06508 61.29841 63.73175 61.16508 63.53175
Akron1999 Akron1999 Akron1999 Akron1999 Akron1999
64.63175 53.09841 60.66508 70.36508 57.19841
Akron...