Learn R Programming

lmerTest (version 2.0-6)

summary-methods: Methods for Function summary in Package lmerTest

Description

Methods for function summary in package lmerTest

Arguments

Examples

Run this code
(fm1 <- lmer(Reaction ~ Days + (Days | Subject), sleepstudy))

# will give you an additional column with p values for the t test
summary(fm1)

#will give the summary of lme4 package
summary(fm1, ddf="lme4")

Run the code above in your browser using DataLab