Changes in version 1.0.1 (2022-12-11) Bug fixes - Fixed a bug that affected the proper computation of normalized residuals - Fixed a bug that affected the proper computation of the standard errors of the fixed effect estimates Other Changes - converted AKMoose data set to a data.frame from an sp object. Changes in version 1.0.0 (2021-07-06) Major Changes - deprecated check.variogram() to plot.slmfit() generic. - deprecated get.predinfo() to print.predict.slmfit() generic. - deprecated get.predplot() for plot.predict.slmfit() generic. - updated the print() generic for predict.slmfit classes. - added the stratafit(), predict.stratafit(), and related summary() and print() generics to easily perform FPBK for different strata, allowing each stratum to have different fixed effects and different covariance parameters for each stratum. - added functionality for sp and sf point geometry objects to be used as a data argument in slmfit(). - added variogram function sv() to allow for more options in the empirical variogram. - added normalized residuals as an option to the residuals.slmfit() generic. - added fitted value extraction via the fitted.slmfit() generic. Changes in version 0.1.0 (2020-07-01) Bug Fixes and Improvements - removed unnecessary dependencies on matrixcalc and mvtnorm packages. - added error message for collinear predictors. - added print() generics for predict.slmfit() and slmfit(). - changed UTM to TM in package functions and documentation. Changes in version 0.0.2 Bug Fixes and Improvements - Fixed an issue with using a tibble object instead of a data.frame object. - Updated error message for collinear predictors. - Changed a warning about converting characters to factors to a message. - Removed unnecessary package dependencies with sp, matrixcalc and mvtnorm and moved tibble from Imports to Suggests. Changes in version 0.0.1 - This is the first release of sptotal.