inla.iidkd.sample {INLA} | R Documentation |
iidkd
component (experimental)This function provide samples of the iidkd
component
using more interpretable parameters
inla.iidkd.sample(n = 10^4, result, name, return.cov = FALSE)
n |
Integer Number of samples to use |
result |
inla-object An object of class |
name |
Character The name of the |
return.cov |
Logical Return samples of the covariance matrix instead of stdev/correlation matrix described below? |
A list of sampled matrices, with (default) correlations on the off-diagonal and standard-deviations on the diagonal
Havard Rue hrue@r-inla.org
inla.doc("iidkd")