R/sirt_import_psych_fa.R

Defines functions sirt_import_psych_fa

## File Name: sirt_import_psych_fa.R
## File Version: 0.03

sirt_import_psych_fa <- function(r, nfactors, ...)
{
    TAM::require_namespace_msg('psych')
    y <- psych::fa( r=r, 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.