PerFit.PFS(matrix, method=NULL, simplified=TRUE,
NA.method = "NPModel", Save.MatImp = FALSE,
IP = NULL, IRT.PModel = NULL, Ability = NULL, Ability.PModel = NULL,
mu = 0, sigma = 1)PerFit objects is returned. If TRUE (default), a matrix with person-fit scores per respondent (one column per statistic) is reported."Hotdeck", "NPModel" (default), and "PModel".IP=NULL).matrix.
In case no ability parameters are available then Ability=NULL.Ability=NULL).method="BM". Default is 0.method="BM". Default is 1.simplified=TRUE, a N-by-m data frame is returned, where N is the number of respondents and m is the number of methods.
If simplified=FALSE a list of m PerFit objects is returned.PerFit.PFS is a wrapper allowing to compute more than one person-fit statistic simultaneously.# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)
# Compute the lzstar, U3, and Ht scores:
PerFit.PFS(InadequacyData, method=c("lzstar", "U3", "Ht"))Run the code above in your browser using DataLab