R/regpolca_postproc_ic.R

Defines functions regpolca_postproc_ic

## File Name: regpolca_postproc_ic.R
## File Version: 0.05


regpolca_postproc_ic <- function(ic, n_reg)
{
    ic$n_reg <- n_reg
    ic$np.items <- ic$np.items - ic$n_reg
    ic <- xxirt_ic_compute_criteria(ic=ic)
    return(ic)
}

Try the sirt package in your browser

Any scripts or data that you put into this service are public.

sirt documentation built on May 29, 2024, 8:43 a.m.