Releases: florianhartig/DHARMa
Releases · florianhartig/DHARMa
DHARMa 0.2.1
New features
- Outlier highlighting (in plots) and formal outlier test, implemented in #99
- Supporting now also models fit with the spaMM package
Major changes
- Remodelled createDHARMa function - option to directly provide scaled residuals was removed
- Rewrote ecdf function for DHARMa to get fully balanced scale, in the course of #99
Minor changes
- a number of smaller updates, mostly to help files
Bugfixes
- fixes #82 / Bug in recalculateResiduals
DHARMa 0.2.0.3
- spaMM support
- outlier detection
DHARMa 0.2.0.2
small help updates
DHARMa 0.2.0.1
a number of smaller updates, mostly to help files
fixes #82 / Bug in recalculateResiduals
DHARMa 0.2.0
Changes since 0.1.6
New features
- support for glmmTMB #16, implemented since https://github.com/florianhartig/DHARMa/releases/tag/v0.1.6.2
- support for grouping of residuals, see #22
- residual function for DHARMa
Major changes
- remodeled benchmarks functions in https://github.com/florianhartig/DHARMa/releases/tag/v0.1.6.3
- remodeled dispersion testsin https://github.com/florianhartig/DHARMa/releases/tag/v0.1.6.4, adresses #62
Minor changes
- changed plot function names in https://github.com/florianhartig/DHARMa/releases/tag/v0.1.6.1
Bugfixes
DHARMa 0.1.6.6
pre-release for 0.2.0 / various smaller bugfixes
DHARMa 0.1.6.5
- bugfixes
- grouping option implemented
DHARMa 0.1.6.4
remodeled dispersion tests, addresses #62 and linked issues
DHARMa 0.1.6.3
- remodeled runBenchmarks options
- switched glmmTMB to CRAN
DHARMa 0.1.6.2
glmmTMB support