Skip to content

Commit

Permalink
Update NEWS to match change to equation/print
Browse files Browse the repository at this point in the history
  • Loading branch information
adamblake committed Jan 12, 2021
1 parent 1c82904 commit fdd9c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

* 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`.
* Customize `print.lm()` to add the fitted equation at the end of the printed output (thanks for the suggestion from [@ave-63](https://github.com/ave-63)!)
* Add a new function `equation()` to extract the fitted equation from a linear model (`lm()`) (thanks for the suggestion from [@ave-63](https://github.com/ave-63)!)


# supernova 2.2.3
Expand Down

0 comments on commit fdd9c3e

Please sign in to comment.