zXbeta | R Documentation |
For internal use only.
zXbeta(y, X, beta)
y |
response |
X |
covariates (supply as a matrix without intercept) |
beta |
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(...)
zXb = nimble::compileNimble(zXbeta)
zb.samples = zXb(y = y, X = X, beta = beta)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.