m2LL | R Documentation |
Minus 2 time the log-likelihood for spatial linear model.
m2LL(theta, y, X, dist_mtx, est_meth, cov_type = "exponential",
boundRange = F)
theta |
Numeric vector of covariance parameters (use log transformed nugget, partial sill, and range, in that order). |
y |
Numeric response vector. |
X |
Design matrix. |
dist_mtx |
Matrix of pairwise distances between data locations. |
est_meth |
character: Estimation method: 'REML' for restricted maximum likelihood (default), or 'ML' for maximum likelihood. |
cov_type |
character; type of covariance type of covariance model:
|
boundRange |
whether to bound effective range at max distance. |
Minus 2 times the log-likelihood for spatial linear model.
Eric W. Fox
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.