Learn R Programming

rpf (version 0.28)

rpf.ot2000.chisq: Compute S-Chi-squared fit statistic for a set of items

Description

Runs rpf.ot2000.chisq1 for every item and accumulates the results.

Usage

rpf.ot2000.chisq(spec, param, free, data, quad = NULL)

Arguments

spec
a list of item specifications
param
item paramters in columns
free
a matrix of the same shape as param indicating whether the parameter is free (TRUE) or fixed
data
a data frame or matrix of response patterns, 1 per row
quad
the quadrature rule (default is equally spaced intervals with 49 points)

Value

Details

TODO: Handle multiple factors with mean and covariance parameters.