Skip to content

Deprecate lmm and glmm functions

Compare
Choose a tag to compare
@dmbates dmbates released this 03 Apr 15:27
fd22daf
  • Deprecate lmm and glmm constructor functions in favor of explicit LinearMixedModel and GeneralizedLinearMixedModel constructors
  • Add fit(LinearMixedModel, ...) and fit(GeneralizedLinearMixedModel, ...) methods
  • Adjust docs for new conventions