Skip to content

Releases: florianhartig/DHARMa

DHARMa 0.3.3.1

27 Jan 12:39
786b0fa
Compare
Choose a tag to compare
DHARMa 0.3.3.1 Pre-release
Pre-release

Support for GLMMadaptive added

DHARMa 0.3.3

09 Sep 12:25
Compare
Choose a tag to compare

Bugfixes

  • bugfix in testOutliers, see #197
  • bugfix in the ecdf / PIT residual function, see #195

DHARMa 0.3.1.1

16 Jun 13:00
c35deca
Compare
Choose a tag to compare
DHARMa 0.3.1.1 Pre-release
Pre-release

pre-release with updated outlier test

DHARMa 0.3.1

12 May 10:03
Compare
Choose a tag to compare
v0.3.1.0

vignette updates

DHARMa 0.3.0

20 Apr 16:58
Compare
Choose a tag to compare

New features

  • quantile regressions switched to qgam, which also calculates p-values on the quantile estimates
  • new testQuantiles function, based on the qgam quantile regressions

Changes

  • syntax change for plotResiduals, see ?plotResiduals
  • transformQuantiles is deprecated, functionality included in residuals()
  • nearly all functions can now also be called directly with a fitted model (for computational efficiency, however, it is still recommended to calculate the residuals first)
  • qqPlot now shows disribution, dispersion and outlier test

Bugfixes

  • bugfix #158 for fitting glmmTMB binomial with proportions

DHARMa 0.2.7

07 Feb 08:54
Compare
Choose a tag to compare

New features

  • added smooth scatter in plotResiduals da01d8c

  • glmmTMB now fully supported through new compulsory version 1.0 of glmmTMB, which includes the re.form argument in the simulations required by DHARMa #140

DHARMa 0.2.6

10 Dec 12:17
Compare
Choose a tag to compare
v0.2.6.0

updates 0.2.6

DHARMa 0.2.5

19 Nov 09:12
Compare
Choose a tag to compare

Minor changes

  • several smaller corrections to help

DHARMa 0.2.3

12 Feb 07:04
Compare
Choose a tag to compare

Bugfixes

  • added missing distributions #104
  • bugfix in simulate residuals #107

DHARMa 0.2.1

18 Jan 13:11
Compare
Choose a tag to compare

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