Learn R Programming

mokken (version 2.4)

check.pmatrix: Check of Nonintersection Using Method Pmatrix

Description

computes the P(++) and P(- -) matrix and auxiliary information

Usage

check.pmatrix(X, minvi = 0.03)

Arguments

X
matrix or data frame of numeric data containing the responses of nrow(X) respondents to ncol(X) items. Missing values are not allowed
minvi
minimum size of a violation that is reported

Value

  • PppP(++) matrix
  • PmmP(--) matrix
  • I.itemvector indicating to which items the rows and column the P(++) matrix belong
  • I.stepthe labels of the item steps in order of popularity
  • I.labelsthe item labels
  • Hithe item scalability coefficients Hi
  • minvithe value of minvi

Details

The output is often numerous. Functions plot and summary can be used to summarize the output. See Van der Ark (2007) for an example.

References

Mokken, R. J. (1971) A Theory and Procedure of Scale Analysis. Berlin, Germany: De Gruyter. Molenaar, I.W. and Sijtsma, K. (2000) User's Manual MSP5 for Windows [Software manual]. Groningen, The Netherlands: IEC ProGAMMA. Sijtsma, K, and Molenaar, I. W. (2002) Introduction to nonparametric item response theory. Thousand Oaks, CA: Sage. Van der Ark, L. A. (2007). Mokken scale analysis in R. Journal of Statistical Software. http://www.jstatsoft.org

See Also

coefH, check.iio, check.monotonicity, check.restscore, check.reliability, plot.pmatrix.class, summary.pmatrix.class

Examples

Run this code
data(acl)
Communality <- acl[,1:10]
pmatrix.list <- check.pmatrix(Communality)
plot(pmatrix.list)
summary(pmatrix.list)

Run the code above in your browser using DataLab