zbeta_matern2 | R Documentation |
\nu=5/2
For internal use only.
zbeta_matern2(y, dists, phi, sigma2, tau2)
y |
response |
dists |
distance matrix derived from coordinates |
phi |
posterior samples of |
sigma2 |
posterior samples of |
tau2 |
posterior samples of |
A matrix of spatial effects and intercept. For internal use only.
Aritra Halder <aritra.halder@drexel.edu>,
Sudipto Banerjee <sudipto@ucla.edu>
## Not run:
#####################
# Internal use only #
#####################
# Example usage inside of nimblewomble::zbeta_samples(...)
zbM2 = compileNimble(zbeta_matern2)
zb.samples = zbM2(y = y, dists = dists, phi = phi, sigma2 = sigma2,
tau2 = tau2)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.