powered by
Extract the Root Mean Squared Error for a lmerMod object
RMSE.merMod(merMod, scale = FALSE)
a lmerMod object from the lme4 package
logical, should the result be returned on the scale of response variable standard deviations?
a numeric which represents the RMSE
# NOT RUN { require(lme4) m2 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy) RMSE.merMod(m2) # }
Run the code above in your browser using DataLab