describe.items: Describe items

View source: R/proficiency.scale.R

describe.itemsR Documentation

Describe items

Description

Describe items

Usage

describe.items(
  item.descriptions = NULL,
  mod = NULL,
  item.params = NULL,
  outdir = getwd(),
  file.name = "item.descriptions"
)

Arguments

item.descriptions

A matrix of item descriptions to edit.

mod

An optional object of type tam.mml or eRm from which to extract the item.params.

item.params

An optional matrix of item parameters to be used as a basis for the item.descriptions matrix.

outdir

Where to save the output file.

file.name

Filename of the output csv-file.

Examples

#' mod<-digram.estimate(DHP)
describe.items(mod)

jeppebundsgaard/RDigram documentation built on Oct. 29, 2023, 7:15 p.m.