wald_dif_test: Wald item-level DIF test

View source: R/robust_engine.R

wald_dif_testR Documentation

Wald item-level DIF test

Description

Tests H0: y_i = theta for each item, using the projected variance that accounts for estimation of theta itself.

Usage

wald_dif_test(y, theta, Vcov)

Arguments

y

Scaling function values.

theta

Estimated robust scale parameter.

Vcov

Covariance matrix of y (at theta under H0).

Value

A data.frame with columns delta, se, z, p_val.


aiDIF documentation built on April 22, 2026, 1:10 a.m.