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)
}
alexanderrobitzsch/sirt documentation built on April 13, 2024, 4:06 a.m.