Skip to content

DHARMa 0.3.4

Compare
Choose a tag to compare
@florianhartig florianhartig released this 24 Mar 10:13
· 346 commits to master since this release

0.3.4 is a relatively important release with various minor improvements a smaller new features, most noteworthy the support of glmmAdaptive

New features

  • added parametric dispersion test in testDispersion (0.3.3.2)
  • support for glmmAdaptive (0.3.3.1)
  • new plot for categorical predictors
  • new plots for result of runBenchmarks

Major changes

Minor changes

  • changed test statistics in standard dispersion test to standardized variance, to be more in line with standard dispersion parameters
  • defaults for plot function unified
  • removed option to provide no x,y / time in the correlation tests
  • recalculateResiduals now allows subsetting #246
  • better input checking in correlation tests #190

Bugfixes

  • bugfix in runBenchmarks included in #247
  • bugfix in testQuantiles #261
  • bugfix in getRandomState #254