## File Name: sirt_logdet.R
## File Version: 0.02
sirt_logdet <- function(x)
{
as.numeric(determinant(x=x, logarithm=TRUE)$modulus)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.