Usage
flagged.resp(x, cutoff.obj=NULL,
scores=TRUE, ord=TRUE,
ModelFit="NonParametric", Nreps=1000,
IP=x$IP, IRT.PModel=x$IRT.PModel, Ability=x$Ability,
Ability.PModel=x$Ability.PModel, mu=0, sigma=1,
Blvl = 0.05, Breps = 1000, CIlvl = 0.95,
UDlvl=NA)Arguments
x
Object of class "PerFit".
cutoff.obj
Object of class "PerFit.cutoff".
scores
Logical: Should item scores of flagged respondents be shown in the output? Default is TRUE.
ord
Logical: Should items be ordered in increasing order of difficulty (i.e., in decreasing proportion-correct order)? Default is TRUE. Only used if scores=TRUE.
ModelFit
Method required to compute model-fitting item score patterns. The options available are "NonParametric" (default) and "Parametric".
Nreps
Number of model-fitting item score patterns generated. Default is 1000.
IP
Matrix with previously estimated item parameters. Default is x$IP.
IRT.PModel
Parametric IRT model (required if "ModelFit=Parametric" or if the person fit statistic is parametric). Default is x$IRT.PModel.
Ability
Matrix with previously estimated item parameters. Default is x$Ability.
Ability.PModel
Method to use in order to estimate the latent ability parameters (required if "ModelFit=Parametric" or if the person fit statistic is parametric). Default is x$Ability.PModel.
mu
Mean of the apriori distribution. Only used when method="BM". Default is 0.
sigma
Standard deviation of the apriori distribution. Only used when method="BM". Default is 1.
Blvl
Significance level for bootstrap distribution (value between 0 and 1). Default is 0.05.
Breps
Number of bootstrap resamples. Default is 1000.
CIlvl
Level of bootstrap percentile confidence interval for the cutoff statistic.
UDlvl
User-defined cutoff level.