Learn R Programming

catSurv (version 1.5.0)

fisherTestInfo: Fisher's Test Information

Description

Calculates the total information gained for a respondent for all answered items, conditioned on \(\theta\).

Usage

fisherTestInfo(catObj, theta)

Value

The function fisherTestInfo returns a numeric indicating the total information gained for a respondent, given a specific answer set and the current estimate of \(\theta\).

Arguments

catObj

An object of class Cat

theta

A numeric indicating the position on the latent trait.

Author

Haley Acevedo, Ryden Butler, Josh W. Cutler, Matt Malis, Jacob M. Montgomery, Tom Wilkinson, Erin Rossiter, Min Hee Seo, Alex Weil

See Also

fisherInf

Examples

Run this code
## Loading ltm Cat object
data(ltm_cat)

## Store example answers
setAnswers(ltm_cat) <- c(1,0,1,0,1, rep(NA, 35))

## Fisher's test information for answer profile
fisherTestInfo(ltm_cat, theta = 2)


Run the code above in your browser using DataLab