R/SRM_LOG_DET.R

Defines functions SRM_LOG_DET

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

SRM_LOG_DET <- function(x)
{
    res <- determinant(x=x, logarithm=TRUE)$modulus
    attr(res, "logarithm") <- NULL
    return(res)
}
alexanderrobitzsch/srm documentation built on Nov. 5, 2022, 4:47 p.m.