Florianhartig DHARMa Versions Save

Diagnostics for HierArchical Regession Models

v0.4.6

1 year ago

New Features

  • new function benchmarkRuntime() for checking runtime of functions
  • new function simulatedLRT() to generate a simulated likelihood ratio test

Bugfixes

  • fixed issue with parallelization in runBenchmarks
  • various minor bugfixed and help improvements

v0.4.5

2 years ago

Minor changes

  • included option to simulate mgcv models using the functions implemented in mgcViz which should improve mgcv compatibility with DHARMa

  • Added option to include plot title in plot() #320

Bugfixes

  • fixed issues with plotting, see #313 and #274

v0.4.4

2 years ago

DHARMa 0.4.4

Major changes

  • remodelled tests so that all tested packages can be used conditionally

Minor changes

  • re-introduced glmmTMB to suggests
  • phyr moved to enhances
  • re-modelled package unit tests
  • added RStan, CmdStanR, rjags, BayesianTools to enhances, as they coudld be used with DHARMa
  • moved parallel calculations in runBenchmark to R native parallel functions

New features

  • Added rotation option to all functions that create residuals (simulateResiduals, recalculateResiduals, createDHARMa)

Documentation

  • Added help comments about autocorrelation structures, in particular in simulateResiduals, testSpatialAutocorrelation, testTemporalAutocorrelation
  • Added example about the use of rotation in testTemporalAutocorrelation
  • Improved help of dispersion test

v0.4.3.1

2 years ago

reintroduced glmmTMB

v0.4.3

2 years ago

Bugfixes

  • Removed glmmTMB completely, see #289

v0.4.2

2 years ago

Bugfixes

  • Moved glmmTMB from suggest to import because this package is used in the vignette, see #289

Minor changes

  • Added hurricane dataset
  • Help and vignette updates

v0.4.1

2 years ago

Bugfixes

  • Force method = traditional for refit = T, as it turns out that the PIT method is not a good idea on the residuals, see #272

v0.4.0

3 years ago

This is a bugfix release for 0.3.4, but on reflection I decided that 0.4.0 should have been a minor release, so I pushed the version number up to 0.4.0

v0.3.4

3 years ago

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

v0.3.3.2

3 years ago

This is a pre-release for 0.3.4, containing all the important changes, in particular the overdispersion branch