load.functions: Load IRT model functions and derivatives

View source: R/load.functions.R

load.functionsR 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')


irtpwr documentation built on Nov. 20, 2023, 5:07 p.m.