R/sirt_Sapply.R

Defines functions sirt_Sapply

## File Name: sirt_Sapply.R
## File Version: 0.075


sirt_Sapply <- function(...)
{
    args <- list(...)
    fun <- utils::getFromNamespace(x='mySapply', ns='mirt')
    return( do.call(what=fun, args=args) )
}

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.