boot.mirt: Calculate bootstrapped standard errors for estimated models
Description
Given an internal mirt object estimate the bootstrapped
standard errors. If possible, it will be benifitial to
run the computations using multicore architecher (e.g.,
using the parallel package).
Usage
boot.mirt(x, R = 100, return.boot = TRUE, ...)
Arguments
x
an estimated object from mirt,
bfactor, or multipleGroup
R
number of draws to use (passed to the
boot() function)
return.boot
logical; return the estimated object
from the boot package? If FALSE the
estimated model is returned with the bootstrapped
standard errors