wleIRT | R Documentation |
Computes the WLE and SE for each subject and scale in a bigIRT model.
wleIRT(fit)
fit |
A bigIRT model fit object. |
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.
# Fit a bigIRT model
#fit <- bigIRT(data, itempars)
# Compute WLE and SE
#wleIRT(fit)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.