probitHLM {cIRT} | R Documentation |
Probit Hierarchical Level Model
Description
Performs modeling procedure for a Probit Hierarchical Level Model.
Usage
probitHLM(
unique_subject_ids,
subject_ids,
choices_nk,
fixed_effects_design,
rv_effects_design,
B_elem_plus1,
gamma,
beta,
theta,
zeta_rv,
WtW,
Z_c,
Wzeta_0,
inv_Sigma_gamma,
mu_gamma,
Sigma_zeta_inv,
S0,
mu_beta,
sigma_beta_inv
)
Arguments
unique_subject_ids |
A |
subject_ids |
A |
choices_nk |
A |
fixed_effects_design |
A |
rv_effects_design |
A |
B_elem_plus1 |
A |
gamma |
A |
beta |
A |
theta |
A |
zeta_rv |
A |
WtW |
A |
Z_c |
A |
Wzeta_0 |
A |
inv_Sigma_gamma |
A |
mu_gamma |
A |
Sigma_zeta_inv |
A |
S0 |
A |
mu_beta |
A |
sigma_beta_inv |
A |
Details
The function is implemented to decrease the amount of vectorizations necessary.
Value
A list
that contains:
zeta_1
A
vector
of length Nsigma_zeta_inv_1
A
matrix
of dimensions V x Vgamma_1
A
vector
of length Pbeta_1
A
vector
of length VB
A
matrix
of length V
Author(s)
Steven Andrew Culpepper and James Joseph Balamuta
See Also
rwishart()
and TwoPLChoicemcmc()