Displaying 1 result from an estimated 1 matches for "lmgroup".
Did you mean:
ligroup
2009 Apr 16
0
incorrect handling of NAs by na.action with lmList (package nlme) (PR#13658)
...4.56
8.23 8.34
108 3 1 1 6.34
9.34 5.98
As you can see, data for variable3 are missing for the first year, but
otherwise there is little data missing. I call upon lmList :
lmgroup.data <- lmList (variable1 ~ treatmentB | year/treatmentA, data =
data, na.action = na.omit)
When I call the object, I see :
Call:
Model: variable1 ~ treatmentB | year/treatmentA
Data: data
Coefficients:
(Intercept) treatment B
year2/treat...