R/linking_haberman_itempars_convert_process_matrices.R

Defines functions linking_haberman_itempars_convert_process_matrices

## File Name: linking_haberman_itempars_convert_process_matrices.R
## File Version: 0.01


linking_haberman_itempars_convert_process_matrices <- function(mat, est_pars)
{
    mat[ ! est_pars ] <- NA
    return(mat)
}

Try the sirt package in your browser

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

sirt documentation built on Aug. 11, 2023, 5:07 p.m.