Used to estimate spatial covariance parameters for a few different spatial models, including the Exponential, Gaussian, and Spherical.
Estimated parameters can then be used in predict
to predict unobserved values.
estcovparm(response, designmatrix, xcoordsvec, ycoordsvec, CorModel = "Exponential", estmethod = "REML", covestimates = c(NA, NA, NA), pivec = NA, Vnn = NA)
response | a vector of a response variable, possibly with missing values. |
---|---|
designmatrix | is the matrix of covariates used to regress the response on. |
xcoordsvec | is a vector of x coordinates |
ycoordsvec | is a vector of y coordinates |
CorModel | is the covariance structure. By default, |
estmethod | is either the default |
covestimates | is an optional vector of covariance parameter estimates (nugget, partial sill, range). If these are given and |
pivec | is a vector of estimated detection probabilities on each of the sites |
Vnn | is the covariance matrix for the estimated detection probabilities |
a list with
a vector of estimated covariance parameters
the estimated covariance matrix for all sites
the QR decomposition
a vector of estimated fixed effects
other components used in slmfit
The function is used internally in slmfit
.