R/xxirt_em_args_extract.R

Defines functions xxirt_em_args_extract

## File Name: xxirt_em_args_extract.R
## File Version: 0.02

xxirt_em_args_extract <- function(em_args, em_out, object)
{
    v1 <- em_out[[object]]
    if (is.null(v1)){
        v1 <- em_args[[object]]
    }
    return(v1)
}

Try the sirt package in your browser

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

sirt documentation built on Nov. 5, 2025, 6:48 p.m.