Displaying 1 result from an estimated 1 matches for "typeblue".
Did you mean:
typeable
2005 Apr 12
1
lme problem
...program the used:
proc mixed data=mmacov method=type3; class type;
model time=type bstime*type/solution noint.
My R code is:
LME.1=lme(time~bstime:type+type-1,data=CCE,random=~1|type)
and summary is:
Value Std.Error DF
t-value p-value
typeBlue M&M 18.0 18.5 0 0.97
NaN
typeButton 21.6 14.1 0 1.53
NaN
typeChoc Chip 16.9 17.7 0 0.96
NaN
typeRed M&M 26.6 16.0 0 1.66...