Deprecate lmm and glmm functions
- Deprecate
lmm
andglmm
constructor functions in favor of explicitLinearMixedModel
andGeneralizedLinearMixedModel
constructors - Add
fit(LinearMixedModel, ...)
andfit(GeneralizedLinearMixedModel, ...)
methods - Adjust docs for new conventions