Displaying 1 result from an estimated 1 matches for "748946".
Did you mean:
74894
2012 Sep 27
0
the mice pool function and aov()
Hi,
I am trying to use mice() with an aov() model.I can fun mice() fine but
when I try to pool the results it doesn't work. For example, I can run the
following:
fit=with(data=imp,exp=aov(Y~B*P*T + Error(S/(B*P*T))))
pool(fit) # doesn't work
Where B, P, and T are within subject (S) factors. However, I can't go the
next step to pool these results as I am guessing this hasn't been