Learn R Programming

irtpwr (version 1.0.3)

load.functions: Load IRT model functions and derivatives

Description

This is a helper function used to generate custom hypotheses. See the 'adding_hypotheses' vignette.

Usage

load.functions(model, multi = FALSE)

Value

nothing

Arguments

model

character, Desired Model (2PL,3PL, GPCM)

multi

logical, multidimensional model if TRUE (available for 2PL)

Examples

Run this code

funs = load.functions('2PL')

Run the code above in your browser using DataLab