[R-sig-ME] How to obtain t-values from mer objects

Gang Chen gangchen6 at gmail.com
Tue May 22 19:56:16 CEST 2012


I know how to obtain the fixed effects from a mer object:

> (fm1 <- lmer(Reaction ~ Days + (Days|Subject), sleepstudy))

> fixef(fm1)

or,

> getME(fm1, 'beta')

But how can I obtain the t-statistic values for the fixed effects?

Thanks,
Gang



More information about the R-sig-mixed-models mailing list