Nothing
## 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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.