View source: R/getTheExpectPoint.R
getTheExpectPoint | R Documentation |
Estimate the expectations of each person on each item.
getTheExpectPoint(
theData,
theCategory,
theDim,
theModel = "GGUM",
pack = "GGUM",
SE = FALSE,
precision = 4,
N_nodes = 30,
max_outer = 60,
max_inner = 60,
tol = 0.001,
method = "EM"
)
theData |
The prepared data matrix. |
theCategory |
The Calculated Category. |
theDim |
The Calculated Dimensions. |
theModel |
= 'GGUM' 'GPCM' 'PCM' 'GRM' |
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:
theExpectPoint <- getTheExpectPoint(theData, theCategory, theDim)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.