Skip to content
Prev 12490 / 20628 Next

[Lme4-authors] LME4 and Lmer model

Ken Beath <ken.beath at ...> writes:
For what it's worth, in addition to the variety of different
packages that provide generic strategies for dealing with grouped data
in R (plyr::ddply, dplyr::group_by, data.table ...), lme4 has an
lmList() function (as does nlme -- they're almost but not quite
compatible/identical) for this specific task (fitting linear models
to each of a variety of groups).

  Ben Bolker