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) )
}
alexanderrobitzsch/sirt documentation built on April 23, 2024, 2:31 p.m.