Learn R Programming

psytabs (version 0.1)

mokkenTable: Mokken table.

Description

Produces a table summarizing the results of mokken analyses.

Usage

mokkenTable(data)

Arguments

data
Variables (i.e. items) for which the table should be generated.

Value

  • A mokken table.

Examples

Run this code
data(myData)
mokkenTable(myData[,1:4])
#saveTable(mokkenTable(myData[,1:4]), "mokkentable.rtf")

Run the code above in your browser using DataLab