| grmfit | R Documentation |
Fits a graded response model (GRM) to item response data. This is an internal
function called by grmtree and is not intended to be used directly.
grmfit(
y,
x = NULL,
start = NULL,
weights = NULL,
offset = NULL,
...,
estfun = FALSE,
object = FALSE
)
y |
A matrix of item responses (rows = persons, columns = items) |
x |
Optional predictor matrix (not currently used) |
start |
Optional starting values (passed to mirt) |
weights |
Optional case weights (not currently used) |
offset |
Optional offset (not currently used) |
... |
Additional arguments passed to |
estfun |
Logical indicating whether to compute empirical estimating functions |
object |
Logical indicating whether to return the full mirt model object |
A list containing:
coefficients |
Item parameter estimates |
objfun |
Negative log-likelihood value |
estfun |
Empirical estimating functions if requested |
object |
Full mirt model object if requested |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.