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 Sept. 8, 2024, 2:45 a.m.