View source: R/bayes_functions.R
generateItemParameterSample | R Documentation |
generateItemParameterSample
is a function for generating item parameter samples.
Used for the FB (full-Bayesian) estimation method.
generateItemParameterSample(config, item_pool, bayesian_constants)
config |
a |
item_pool |
an |
bayesian_constants |
a named list containing Bayesian constants. |
If either the interim or the final theta estimation method is FB
,
generateItemParameterSample
returns a length-ni list of item parameter matrices, with each matrix having n_sample
rows.
Otherwise, the function returns NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.