R/rasch_jml_centeritems.R

Defines functions rasch_jml_centeritems

## File Name: rasch_jml_centeritems.R
## File Version: 0.04

rasch_jml_centeritems <- function(b, centeritems)
{
    if (centeritems){
        b <- b - mean(b)
    }
    return(b)
}

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.