splm()
and spautor()
allow multiple models
to be fit when the spcov_type
argument is a vector of
length greater than one or the spcov_initial
argument is a
list (with length greater than one) of spcov_initial
objects.
spmod_list
.
Each element of the list holds a different model fit.glances()
is used on an spmod_list
object
to glance at each model fit.predict()
is used on an spmod_list
object
to predict at the locations in newdata
for each model
fit.splmRF()
and spautorRF()
functions to fit random forest spatial residual models.
spmodRF
(one spatial
covariance) or spmodRF_list
(multiple spatial
covariances)predict()
to
perform prediction.covmatrix()
function to extract covariance
matrices from an spmod
object fit using splm()
or spautor()
.spmod
objects.newdata
.Matrix
.This is the initial release of spmodel.