View source: R/extract_descriptives_mbp_stan.R
extract_descriptives_mbp_stan | R Documentation |
This function applies weighting to the stan.object.base.modified
extract_descriptives_mbp_stan(stan.object.base.modified, prec.name, delta)
stan.object.base.modified |
a Stan object from the base model in matrix form with a column called ll, which contains the log-likelihood evaluated at MCMC sample of parameters. |
prec.name |
NULL or character, specifies the names of parameters (in JAGS and INLA precisions but in Stan standard deviations) for the log-transformation |
delta |
numeric, numerical differentiation step, the weighting factor w = 1 \pm δ, the default value is 0.01. |
A list of the descriptive matrix (means and sds for minus, base, plus models) and the delta
Malgorzata Roos, Georgios Kazantzidis, Sona Hunanyan,
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.