ppar.psy {exhaustiveRasch} | R Documentation |
itemfit statistics for psychotools
Description
itemfit statistics for psychotools
Usage
ppar.psy(model = NULL)
Arguments
model |
an object of 'psychotools' class 'raschmodel', 'pcmodel' or 'rsmodel' (a model previously fit using the 'psychotools' package) matching the value of modelType. |
Value
an object containing person parameters, residuals and PSI
Examples
model <- psychotools::raschmodel(ADL[c(6,7,12,14,15)])
ppar.psy(model)
[Package exhaustiveRasch version 0.3.7 Index]