get.prm: Read Conquest prm (parameter) Output Files

View source: R/get.R

get.prmR Documentation

Read Conquest prm (parameter) Output Files

Description

Read Conquest files comprising item parameters (prm).

Usage

get.prm(file)

Arguments

file

Character string with the name of the ConQuest prm file (This file is requested using the "export par" statement in the conquest syntax file).

Value

A data frame with three columns:

Case

Case number

item

Identifier for this item

parameter

parameter estimate for this item

Examples

file <- system.file("extdata", "twodim.prm", package = "eatModel")
prm  <- get.prm(file)

weirichs/eatModel documentation built on Jan. 26, 2025, 4:01 p.m.