Description Usage Arguments Details Author(s) See Also Examples
View source: R/SummaryPerFit.R
Summary method for objects of class "PerFit".
1 2 3 4 5 6 7 |
object |
Object of class "PerFit". |
cutoff.obj |
Object of class "PerFit.cutoff". |
ModelFit |
Method required to compute model-fitting item score patterns. The options available are |
Nreps |
Number of model-fitting item score patterns generated. Default is 1000. |
IP |
Matrix with previously estimated item parameters. Default is |
IRT.PModel |
Parametric IRT model (required if |
Ability |
Matrix with previously estimated item parameters. Default is |
Ability.PModel |
Method to use in order to estimate the latent ability parameters (required if |
mu |
Mean of the apriori distribution. Only used when |
sigma |
Standard deviation of the apriori distribution. Only used when |
Blvl |
Significance level for bootstrap distribution (value between 0 and 1). Default is 0.05. |
Breps |
Number of bootstrap resamples. Default is 1000. |
UDlvl |
User-defined cutoff level. |
CIlvl |
Level of bootstrap percentile confidence interval for the cutoff statistic. |
... |
Additional arguments to be passed to |
For a given object of class PerFit
, this function prints: The PFS used, the cutoff value, the tail of the distribution of the person-fit statistic associated to misfit, the proportion of flagged respondents in the sample, and their row indices.
Jorge N. Tendeiro tendeiro@hiroshima-u.ac.jp
cutoff
, flagged.resp
, plot.PerFit
, summary.PerFit
1 2 3 4 5 6 7 | # Load the inadequacy scale data (dichotomous item scores):
data(InadequacyData)
# Compute the ZU3 scores:
ZU3.out <- ZU3(InadequacyData)
summary(ZU3.out)
|
Loading required package: ltm
Loading required package: MASS
Loading required package: msm
Loading required package: polycor
Loading required package: mirt
Loading required package: stats4
Loading required package: lattice
Attaching package: 'mirt'
The following object is masked from 'package:ltm':
Science
Warning message:
no DISPLAY variable so Tk is not available
PFS = ZU3
Cutoff = 2.1535 (SE = 0.1787).
Tail = upper.
Proportion of flagged respondents = 0.0521.
(N.B.: The cutoff varies each time cutoff() is run due to bootstrapping.)
Identified respondents - 42 in total:
3 6 13 16 30 46 47 49 78 92 104 116 118 120 127 137 138 167 177 193 202 205 235 239 278 282 283 286 367 369 374 397 416 423 424 445 450 523 634 742 750 774
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.