For outcomes k in 0 to K, slope vector a, intercept vector c, and latent ability vector theta,
the response probability function is
rpf.grm(outcomes = 2, factors = 1, multidimensional = TRUE)
an item model
The number of choices available
the number of factors
whether to use a multidimensional model.
Defaults to TRUE
.
The graded response model was designed for a item with a series of
dependent parts where a higher score implies that easier parts of
the item were surmounted. If there is any chance your polytomous
item has independent parts then consider rpf.nrm
.
If your categories cannot cross then the graded response model
provides a little more information than the nominal model.
Stronger a priori assumptions offer provide more power at the cost
of flexibility.
Other response model:
rpf.drm()
,
rpf.gpcmp()
,
rpf.grmp()
,
rpf.lmp()
,
rpf.mcm()
,
rpf.nrm()
spec <- rpf.grm()
rpf.prob(spec, rpf.rparam(spec), 0)
Run the code above in your browser using DataLab