runGRM {GRShiny} | R Documentation |
Run graded response model
Description
Run graded response model
Usage
runGRM(dat, lav.syntax, estimator)
Arguments
dat |
a data frame containing graded response model data |
lav.syntax |
a character indicating |
estimator |
a character indicating the type of estimator.
|
Details
This conducts GRM. The second element of the return indicates the graded response parameters converted from the CFA parameters
Value
a list containing GRM results as follows:
fit
an object from eitherSingleGroupClass
frommirt
or codelavaan from fromlavaan
.grm.par
a data frame indicating graded response parameters.
[Package GRShiny version 1.0.0 Index]