Learn R Programming

rpf (version 1.0.14)

rpf.rparam: Generates item parameters

Description

This function generates random item parameters. The version argument is available if you are writing a test that depends on reproducable random parameters (using set.seed).

Usage

rpf.rparam(m, version = 2L)

Value

item parameters

Arguments

m

an item model

version

the version of random parameters

Examples

Run this code
i1 <- rpf.drm()
rpf.rparam(i1)

Run the code above in your browser using DataLab