NEWS | R Documentation |
mlm
and mlmer
now return 'nobs' with names.
Updated mlmer
to reflect changes in lmer
.
mlm
and mlmer
can now handle '.' in model formulae.
mlmer
can now handle interaction terms and nested random
effects.
Fixed computation of rank distributions in mlmer
when
random effect estimates are missing for some observations.
mlm
and mlmer
can now handle missing values.
Added testthat
unit tests for mlm
and mlmer
.
Fixed computation of rank distributions in mlmer
.
mlm
and mlmer
now allow vars
to be empty when
save.residuals
is TRUE
.