Displaying 1 result from an estimated 1 matches for "st_c".
Did you mean:
st_
2008 Jul 12
1
a warning message from lmer
...scription of the
other variables are as follows:
> levels(regdat$Display)
[1] "Dynamic" "Static"
> levels(regdat$Survey)
[1] "HM1_A" "HM1_B" "HM1_C" "HM2_A" "HM2_B" "HM2_C" "ST_A" "ST_B"
"ST_C"
> levels(regdat$Emotion)
[1] "aneu" "ang" "con" "joy" "joy " "sad"
> levels(regdat$ObsGender)
[1] "F" "M"
> levels(regdat$WalkerGender)
[1] "F" "M"
the watning is:
>
fit1<-lm...