wleIRT: Compute Weighted Likelihood Estimate (WLE) and Standard Error...

View source: R/wleIRT.R

wleIRTR Documentation

Compute Weighted Likelihood Estimate (WLE) and Standard Error (SE)

Description

Computes the WLE and SE for each subject and scale in a bigIRT model.

Usage

wleIRT(fit)

Arguments

fit

A bigIRT model fit object.

Value

A list containing two matrices. The first matrix contains the WLEs for each subject and scale. The second matrix contains the SEs for each subject and scale.

Examples

# Fit a bigIRT model
#fit <- bigIRT(data, itempars)

# Compute WLE and SE
#wleIRT(fit)

cdriveraus/bigIRT documentation built on Sept. 14, 2024, 5:42 a.m.