Skip to content

Commit

Permalink
update news, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 25, 2022
1 parent a7802be commit cc79b61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: performance
Title: Assessment of Regression Models Performance
Version: 0.8.0.3
Version: 0.8.0.4
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# performance 0.8.1

## Changes to functions

* The `print()` method for `binned_residuals()` now prints a short summary of
the results (and no longer generates a plot). A `plot()` method was added
to generate plots.

* The `plot()` output for `check_model()` was revised:

- For binomial models, the constant variance plot was omitted, and a binned
residuals plot included.

## Bug fixes

* `model_performance()` for models from *lme4* did not report AICc when
Expand Down

0 comments on commit cc79b61

Please sign in to comment.