Skip to content

2.3.0

Compare
Choose a tag to compare
@adamblake adamblake released this 04 Mar 00:20
fdd9c3e

New features

  • Dependency on lme4 is moved to Suggests. Models implementing lmerMod are handled via supernova.lmerMod and variables.lmerMod but use of the lme4 package is limited to tests.
  • More robust and readable implementation of variables() using the new formula utility functions added. See ?formula_building, ?formula_expansion, and ?formula_extraction.
  • Add a new function equation() to extract the fitted equation from a linear model (lm()) (thanks for the suggestion from @ave-63!)