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)
}

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.