View source: R/sf_posterior_density.R
sf_posterior_density | R Documentation |
This calculates the posterior density function ().
sf_posterior_density(
THETAi,
Yi,
MUi,
SIGMA_SQi,
DELTA,
ALPHA,
J,
weight = NULL
)
THETAi |
Scalar representing scaled score for the i-th individual. |
Yi |
Size N vector of item responses for the i-th individual. |
MUi |
Scalar representing prior's mean conditional on AGE. |
SIGMA_SQi |
Scalar representing prior variance conditional on AGE. |
DELTA |
Size J vector of item difficulties. |
ALPHA |
Size J vector of item discrimination values. |
J |
Number of items. |
weight |
Size J vector of weights for Bayesian Bootstrapping. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.