#rthgini <- function(x, unbiased=TRUE, na.rm=FALSE, nthreads=rth.nthreads())
#{
# if (na.rm)
# {
# x <- na.omit(x)
# attributes(x) <- NULL
# }
# if (!is.double(x))
# storage.mode(x) <- "double"
# mu <- mean(x)
# ret <- .Call(c_rthgini, x, mu, as.integer(unbiased), as.integer(nthreads))
# return( ret )
#}
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.