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 May 29, 2024, 8:43 a.m.