Displaying 1 result from an estimated 1 matches for "importeddata".
Did you mean:
importdata
2010 Feb 01
2
Missing names in LMER and GLM
...3, ...
- this is made up of integer values, each corresponding to either MM,
MB, MN or MNX as in Calls
Night = 1, 4, 5, 2, 4, 1, ...
- this is made up of integers from 1 to 5, and is a random variable
The command I use is
LMER1 <- lmer(passes ~ Calls + (1|Night), family=Poisson, data=importeddata)
My problem is that when I then do 'summary(LMER1)' I get some missing
values,
for example, myfixed effects are:
CallsMM 71.24 14.24 ...etc
CallsMB .... .... ...
CallsMN ... .. .....