Displaying 1 result from an estimated 1 matches for "glmresp".
Did you mean:
lmresp
2013 Nov 05
2
Error message glmer using R: “ 'what' must be a character string or a function”
...;-as.data.frame(read.delim("BABEX.dat", header=TRUE))
install.packages("lme4")
library(lme4)
model1<- glmer(validatedRS6 ~ random + (1|clustno), data=new,
family=binomial("logit"), nAGQ)
However, I get the following error
Error in do.call(new, c(list(Class = "glmResp", family = family),
ll[setdiff(names(ll), : 'what' must be a character string or a function
I have absolutely no idea what has gone wrong and have searched the
internet. I am sorry but I cannot provide the data as it is from an
intervention which has yet to be published.
Many thanks...