gibbs | R Documentation |
Sample from the posterior conditional on all but one parameter (at a time).
gs_matlm_beta(
beta,
...,
a0 = rep_len(-Inf, length(beta)),
b0 = rep_len(Inf, length(beta)),
params.only = FALSE
)
beta |
the coefficients on |
... |
Passed through to |
a0 , b0 |
Optional limits of truncation for a truncated normal prior. |
params.only |
Should just a list of the updated parameters be returned? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.