R/noharm_sirt_outer_coefs.R

Defines functions noharm_sirt_outer_coefs

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

noharm_sirt_outer_coefs <- function(x)
{
    y <- as.matrix( TAM::tam_outer(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.