Description Usage Arguments Value
This function implements the Alternating Direction Gibbs EM (ADG-EM) algorithm in the scenario of responses observed over many taxonomies (trees)
1 2 3 4 5 6 7 8 9 10 11 |
X |
N by J2 binary data matrix - level 2 |
Z_ini |
N by K initial latent attributes |
Q_ini |
J by K inital Q matrix |
max_iter |
maximum iterations (e.g., 50) |
err_prob |
noise level |
must_maxiter |
1 to force maxiter; default is |
D_mat |
J1 by J2 binary matrix to indicate children in two-level trees.
|
X1 |
N by J1 binary data matrix - level 1; default is |
model |
"DINA" (default) or "DINO" |
Z_est Estimated latent attributes for all people
Z_candi candidate latent attribute patterns (unique)
Q_arr a list of Q matrices obtained from the algorithm
c J dimensional 1-slipping parameter
g J dimensional guessing parameter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.