Changelog
Source:NEWS.md
gdm 1.6.0
- Transition to
terra
functionality for much faster processing of rasters. - Fix bug in the
formatsitepair
function for bio data provided as distance matrix.
gdm 1.5.0-2
- Added verbose argument to the
formatsitepair
function to control whether site-pair attributes are printed.
gdm 1.5.0
CRAN release: 2021-11-16
Substantial update to the package structure to use
devtools
,roxygen2
, etc. development tools.Fixed a number of bugs associated with using non-default numebrs of splines.
Add two new functions
gdm.partition.deviance
andgdm.crossvalidation
. Thegdm.partition.deviance
functions partitions deviance explained by different sets of predictors into unique/shared components. Thegdm.crossvalidation
function produces a number of model evaluation metrics using bootstrapping.summary
now provides the sum of the I-spline coefficients (indicator of predictor importance) and lists variables from highest sum to lowest.plot
now plots I-splines in order from highest sum of coefficients to least.