Learn R Programming

⚠️There's a newer version (1.0.14) of this package.Take me there.

rpf (version 0.7)

Response Probability Functions

Description

The purpose of this package is to factor out logic and math common to Item Response Theory fitting, diagnostics, and analysis. It is envisioned as core support code suitable for more specialized IRT packages to build upon. Complete access to optimized C functions are made available with R_RegisterCCallable.

Copy Link

Version

Install

install.packages('rpf')

Monthly Downloads

20,661

Version

0.7

License

GPL (>= 3)

Maintainer

Joshua Pritikin

Last Published

January 25th, 2013

Functions in rpf (0.7)

Class rpf.1dim.grm

The unidimensional graded response item model.
rpf.sample

Randomly sample response patterns given a list of items
rpf.logprob

Map an item model, item parameters, and person trait score into a probability vector
Class rpf.1dim.gpcm

The unidimensional generalized partial credit item model.
rpf.1dim.fit

Calculate item and person fit statistics
rpf.ogive

The ogive constant
Class rpf.1dim.graded

The base class for 1 dimensional graded response probability functions.
rpf.1dim.residual

Calculate residuals
rpf.gpcm

Create a generalized partial credit model and associated hyperparameters.
Class rpf.mdim.graded

The base class for multi-dimensional graded response probability functions.
Class rpf.1dim.drm

Unidimensional dichotomous item models (1PL, 2PL, and 3PL).
science

Liking for Science dataset
Class rpf.base

The base class for response probability functions.
An introduction

rpf - Response Probability Functions
Class rpf.mdim.drm

Multidimensional dichotomous item models (M1PL, M2PL, and M3PL).
rpf.prior

Log likelihood of the item model parameters given the Bayesian prior
rpf.rparam

Generates item parameters
rpf.gradient

Item parameter gradients
rpf.drm

Create a dichotomous response model and associated hyperparameters.
mentalsilence

Mental silence dataset
rpf.id_of

Convert an IRT item model name to an ID
rpf.info

Map an item model, item parameters, and person trait score into a information vector
rpf.numSpec

Length of the item model vector
rpf.1dim.stdresidual

Calculate standardized residuals
Class rpf.mdim.gpcm

The multidimensional generalized partial credit item model.
rpf.mcm

Create a multiple-choice response model and associated hyperparameters.
Class rpf.mdim

The base class for multi-dimensional response probability functions.
rpf.grm

Create a graded response model and associated hyperparameters.
rpf.prob

Map an item model, item parameters, and person trait score into a probability vector
rpf.numParam

Length of the item parameter vector
Class rpf.mdim.mcm

The multiple-choice response item model (both unidimensional and multidimensional models have the same parameterization).
Class rpf.1dim

The base class for 1 dimensional response probability functions.
Class rpf.mdim.nrm

The nominal response item model (both unidimensional and multidimensional models have the same parameterization).
rpf.1dim.moment

Calculate cell moments
rpf.nrm

Create a nominal response model and associated hyperparameters.
Class rpf.mdim.grm

The multidimensional graded response item model.