TwoPLChoicemcmc {cIRT} | R Documentation |
Two Parameter Choice IRT Model MCMC
Description
Performs an MCMC routine for a two parameter IRT Model using Choice Data
Usage
TwoPLChoicemcmc(
unique_subject_ids,
subject_ids,
choices_nk,
fixed_effects,
B,
rv_effects_design,
gamma,
beta,
zeta_rv,
Sigma_zeta_inv,
Y,
theta0,
a0,
b0,
mu_xi0,
Sig_xi0
)
Arguments
unique_subject_ids |
A |
subject_ids |
A |
choices_nk |
A |
fixed_effects |
A |
B |
A |
rv_effects_design |
A |
gamma |
A |
beta |
A |
zeta_rv |
A |
Sigma_zeta_inv |
A |
Y |
A |
theta0 |
A |
a0 |
A |
b0 |
A |
mu_xi0 |
A |
Sig_xi0 |
A |
Value
A list
that contains:
ai1
A
vector
of length Jbi1
A
vector
of length Jtheta1
A
vector
of length NZ_c
A
matrix
of length NKWzeta_0
A
matrix
of length NK
Author(s)
Steven Andrew Culpepper and James Joseph Balamuta
See Also
cIRT()
, rmvnorm()
, and riwishart()
Examples
## Not run:
# Call with the following data:
TwoPLChoicemcmc(cogDAT, theta0, a0, b0, mu_xi0, Sig_xi0)
## End(Not run)