Description Usage Arguments Value Examples
View source: R/get_pmll_estim.R
Get estimates of the marginal likelihood values
1 | get_pmll_estim(y_matrix, cov_mat, inv_cov_mat, mean_mat, nsim)
|
y_matrix |
outcome matrix where each column is a multivariate observation |
cov_mat |
latent GP covariance matrix |
inv_cov_mat |
latent GP precision matrix |
mean_mat |
linear predictors ommitting latent GP |
nsim |
scalar, number of importance samples |
vector
1 | get_pmll_estim(y_mat, cov_mat, inv_cov_mat, mean_mat, nsim = 20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.