Learn R Programming

psytabs (version 1.0)

mokkenTable: Mokken table.

Description

Produces a table summarizing the results of mokken analyses.

Usage

mokkenTable(data)

Arguments

data
data.frame containing the variables (i.e. items) for which the table should be created.

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