R/sirt_import_psych_cor.smooth.R

Defines functions sirt_import_psych_cor.smooth

## File Name: sirt_import_psych_cor.smooth.R
## File Version: 0.03

sirt_import_psych_cor.smooth <- function(x, ...)
{
    TAM::require_namespace_msg('psych')
    y <- psych::cor.smooth(x=x, ...)
    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 May 29, 2024, 8:43 a.m.