search for: stdz

Displaying 1 result from an estimated 1 matches for "stdz".

Did you mean: std
2011 Aug 29
1
MuMIn Problem getting adjusted Confidence intervals
...species, while controling for Family and genus in a GLMM: global.model.Para<-lmer(cbind(Parahaemoproteus,FailPh)~factor(SS)+factor(NT)+NH+W+IT+factor(MS)+(1|Family/Genus),family=binomial,data=malaria) I than standardize the input variables using the function standardize form the arm package: stdz.model.Para<-standardize(global.model.Para,standardize.y=FALSE) But I get this message: Warning messages lost: In is.na(thedata): is.na() aplied to an object different from list or vector of type "Null" summary(stdz.model.Para) Generalized linear mixed model fit by the Laplace approx...