R/sirt_import_psych_omega.R

Defines functions sirt_import_psych_omega

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

sirt_import_psych_omega <- function(m, nfactors, ...)
{
    TAM::require_namespace_msg('psych')
    y <- psych::omega( m=m, nfactors=nfactors, ...)
    return(y)
}
alexanderrobitzsch/sirt documentation built on April 23, 2024, 2:31 p.m.