cutoff(x, method = "Quantile", Qlvl = 0.05, Blvl = 0.05, Breps = 1000, UDlvl = NA)"Quantile", "Bootstrap", "UserDefined". Default is "Quantile".method="Quantile". Default is 0.05.method="Bootstrap". Default is 0.05.method="Bootstrap". Default is 1000.method="UserDefined".Qlvl when method="Quantile" and approximately equal to Blvl when method="Bootstrap".Ht) or a very large (e.g., for G) value. The cutoff function routinely reports of which type the person-fit statistic being used is (tail="lower" or tail="upper", respectively).
There are three methods available to estimate the cutoff value. When method="Quantile" the cutoff is the Qlvl (resp. 1-Qlvl) quantile of the sampling distribution for "lower" (resp. "upper") types of person-fit statistics. When method="Bootstrap" the cutoff is the median of the bootstrap distribution estimated by computing the Blvl (resp. 1-Blvl) quantile from each bootstrap resample (in a total of Breps) for "lower" (resp. "upper") types of person-fit statistics. Finally, the cutoff can be manually entered by the user (e.g., when it is available from prior data calibration) when method="UserDefined".flagged.resp, plot.PerFit, PRFplot# Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData);
# As an example, compute the Ht person-fit scores:
Ht.PF <- Ht(InadequacyData);
# Compute the quantile-based 1% cutoff:
cutoff(Ht.PF,Qlvl=.01);Run the code above in your browser using DataLab