You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fitting the calibration model, the program tests if predicted values are outside the range.
That is however fine in the context of spatial smoothing.
Instead, what should be tested are whether predictions consider values outside the observed range for the predictors.
See email from FR (2022/10/03) for details.
The text was updated successfully, but these errors were encountered:
* Update Roxygen
* Add terra
* Store shape files for polygons
terra does not seem to allow for the use of rda...
* prepraster uses terra
* Bump version number for devel
* Fix Roxygen issues
* Reoxygenise
* Swith to terra
* Fix wrong statement
* Emmulate lazy loading for terra data
* Fix extract calls
* Re-export more terra fns
* Remove old rda files
* Add tif for elevation
* Some tif files now need to be tracked
* Switch to terra (fixes#161, fixes#90)
* Silence spaMM expected warnings (fixes#115)
* Fix test
* Change caused by new version of Roxygen
* Change filename
* Make path definition more robust
* CountryBorders and OceanMask are now of class SpatVector
* Remove raster and sp dependency
* Update NEWS
* Improve style and comments
* elevatr behaviour seems to have changed...
* Add info about crash caused by timeout
* Slight improvement on how to handle paths
* Fix broken tests
* Remove maps (not used)
* Typo. Fixes#160
* Fix typo
* terra:vect does not understand tibbles
* Fixes#165
* Add comment
* Reoxygenise
* elevatr moved to Suggests. Fixes#157
* Change timeout (fixes#148)
* Fix documentation (fixes#158)
* Remove wrong message about extrapolation (fixes#159)
* Make second display consistent
* Bump version number
* Fix typo
When fitting the calibration model, the program tests if predicted values are outside the range.
That is however fine in the context of spatial smoothing.
Instead, what should be tested are whether predictions consider values outside the observed range for the predictors.
See email from FR (2022/10/03) for details.
The text was updated successfully, but these errors were encountered: