generateItemParameterSample {TestDesign} | R Documentation |
(Internal) Generate item parameter samples for Bayesian purposes
Description
generateItemParameterSample
is a function for generating item parameter samples.
Used for the FB (full-Bayesian) estimation method.
Usage
generateItemParameterSample(config, item_pool, bayesian_constants)
Arguments
config |
a |
item_pool |
an |
bayesian_constants |
a named list containing Bayesian constants. |
Value
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.
[Package TestDesign version 1.7.0 Index]