View source: R/bayes_functions.R
| getBayesianConstants | R Documentation |
getBayesianConstants is an internal function for parsing Bayesian-related constants
getBayesianConstants(config, simulation_constants)
config |
a |
simulation_constants |
a named list containing simulation constants. |
getBayesianConstants returns a named list containing:
final_theta_prior_densitiesprior densities for final theta estimation for all examinees.
If interim or final theta estimation method is EB or FB, the following are included in the list:
n_samplethe length of MCMC chain for theta estimation.
burn_inthe length of MCMC chain to trim from the start of the chain.
thinthe thinning interval to apply to the chain.
jump_factorthe scaling factor.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.