R/sirt_logdet.R

Defines functions sirt_logdet

## File Name: sirt_logdet.R
## File Version: 0.02

sirt_logdet <- function(x)
{
    as.numeric(determinant(x=x, logarithm=TRUE)$modulus)
}

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.