Description Usage Arguments Details Value
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.
1 2 3 |
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 |
The function is used internally in slmfit
.
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.