Skip to content

spmodel v0.11.0

Choose a tag to compare

@michaeldumelle michaeldumelle released this 03 Jul 16:29
· 34 commits to main since this release
7b899df

spmodel 0.11.0

Major Updates

  • Added support for Block Prediction (i.e., Block Kriging) to estimate averages (and their uncertainties) over a geographic region.
  • Added a vignette to the spmodel website titled "Block Prediction (i.e., Block Kriging) in spmodel".
  • Added a fc_borders data set which contains borders for the Four Corners states in the United States.

Bug Fixes

  • Fixed a bug that incorrectly calculated the log determinant of the fixed effects in the restricted log likelihood.
  • Fixed a bug that caused an error when covmatrix(..., cov_type = "pred.pred") was called on object with a non-NULL newdata element.