Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


conquestr (version 1.4.5)

infoWI: infoWI

Description

Calculates an index representing the product of a test information function and an ability distribution.

Usage

infoWI(myItems, myAbilities, type = "empirical")

Value

A double.

Arguments

myItems

A vector of item deltas.

myAbilities

A vector of person abilities.

type

A character String. Should the test information be calculated empirically ("empirical" - default) or analytically using moments of distribution ("approx").

Examples

Run this code
infoWIOut <- infoWI(runif (10, -2, 3), rnorm(1000, 0, 1))

Run the code above in your browser using DataLab