Usage
flagged.resp(matrix, scores = TRUE, ord = TRUE, x, method = "Quantile",
Qlvl = 0.05, Blvl = 0.05, Breps = 1000, UDlvl = NA)
Arguments
matrix
A data matrix of item scores (persons as rows, items as columns). This is the same data matrix used to compute the PerFit
object x
.
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
.
x
Object of class "PerFit".
method
Method required to compute the cutoff score: "Quantile"
, "Bootstrap"
, "UserDefined"
. Default is "Quantile"
.
Qlvl
Quantile level (value between 0 and 1), only used when method="Quantile"
. Default is 0.05.
Blvl
Bootstrap level (value between 0 and 1), only used when method="Bootstrap"
. Default is 0.05.
Breps
Number of bootstrap resamples, only used when method="Bootstrap"
. Default is 1000.
UDlvl
User-defined level, only used when method="UserDefined"
.