Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

ability

Estimate ability


Description

A wrapper around all functions for ability estimation

Usage

ability(resp, ip, method = "WLE", mu = 0, sigma = 1, n = 5)

Arguments

resp

A matrix of responses: persons as rows, items as columns, entries are either 0 or 1, no missing data

ip

Item parameters: the object returned by est.

method

One of: "MLE", "BME", "WLE", "EAP", "PV", "QRS", "SUM"

mu

Mean of the apriori distribution when applicable

sigma

Standard deviation of the apriori distribution when applicable method="ML". Default is 1.

n

The number of plausible values to draw for each person (default is 5).

Value

Depends on the method.

Author(s)

Ivailo Partchev

See Also

Examples

theta <- ability(resp=Scored, method="WLE", ip=Scored2pl)

irtoys

A Collection of Functions Related to Item Response Theory (IRT)

v0.2.1
GPL (>= 2)
Authors
Ivailo Partchev [aut, cre], Gunter Maris [aut], Tamaki Hattori [ctb]
Initial release
2017-12-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.