jmetrikRead {jmetrik}R Documentation

Reads a *.jmetrik file into a data frame.

Description

A *.jmetrik file can be created with jmetrikWrite or by the 'jMetrik' program. See http://www.ItemAnalysis.com.

Usage

jmetrikRead(fileName, maxScan = 500)

Arguments

fileName

The complete path and file name of the *.jmetrik file that is being read.

maxScan

The maximum number of rows to scan. This number should be at least the number of variables int eh data file.

Value

a data frame

Examples


x<-jmetrikRead(fileName=system.file("extdata", "exam1iparam.jmetrik", package = "jmetrik"))



[Package jmetrik version 1.1 Index]