Learn R Programming

rpf (version 1.0.7)

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)

Arguments

m

an item model

version

the version of random parameters

Value

item parameters

Examples

Run this code
# NOT RUN {
i1 <- rpf.drm()
rpf.rparam(i1)
# }

Run the code above in your browser using DataLab