| getTheGGUM | R Documentation |
Get the estimation of the GGUM.
getTheGGUM(
theDataK,
theC,
pack = "GGUM",
SE = FALSE,
precision = 4,
N_nodes = 30,
max_outer = 60,
max_inner = 60,
tol = 0.001,
method = "EM"
)
theDataK |
The data matrix of factor K. |
theC |
The category of factor K. |
pack |
= 'GGUM' 'mirt' |
SE |
= FALSE |
precision |
= 4 |
N_nodes |
= 30 |
max_outer |
= 60 |
max_inner |
= 60 |
tol |
= 0.001 |
method |
= 'EM' |
The function returns a list.
## Not run:
NA
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.