Nothing
tformRankFrechet <- function( x, na.action = na.fail, ... ) {
x <- na.action( x )
N <- length( x )
res <- rank( x, ... ) / ( N + 1 )
res <- -1 / log( res )
return( res )
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.