[R-sig-ME] Extracting higher level coefficients to replicate Douglas Luke's table
Ben Bolker
bbolker at gmail.com
Sun Feb 17 18:55:07 CET 2013
Steven J. Pierce <pierces1 at ...> writes:
>
> Richard,
>
> Perhaps you can directly contact Douglas Luke to inquire about obtaining the
> supporting materials. Here's a link to his webpage at his university:
> http://publichealth.wustl.edu/people/scholardatabase/Pages/Luke.aspx
>
> Steven J. Pierce, Ph.D.
> Associate Director
> Center for Statistical Training & Consulting (CSTAT)
> Michigan State University
> E-mail: pierces1 at ...
> Web: http://www.cstat.msu.edu
And maybe try coef() ?
fixef() = fixed effects parameters only
ranef() = random effects parameters only (zero-mean)
coef() = combined effects
More information about the R-sig-mixed-models
mailing list