load.functions {irtpwr}R Documentation

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)

Arguments

model

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

multi

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

Value

nothing

Examples


funs = load.functions('2PL')


[Package irtpwr version 1.0.3 Index]