RMSE.merMod: Estimate the Root Mean Squared Error (RMSE) for a lmerMod

View source: R/merExtract.R

RMSE.merModR Documentation

Estimate the Root Mean Squared Error (RMSE) for a lmerMod

Description

Extract the Root Mean Squared Error for a lmerMod object

Usage

RMSE.merMod(merMod, scale = FALSE)

Arguments

merMod

a lmerMod object from the lme4 package

scale

logical, should the result be returned on the scale of response variable standard deviations?

Value

a numeric which represents the RMSE

Examples

require(lme4)
m2 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy)
RMSE.merMod(m2)

jknowles/merTools documentation built on Feb. 11, 2024, 5:07 a.m.