Nothing
#-------------------------------------------------------------------------------
# Revision history:
# 2009-09-29 by J. Fox (renamed)
#-------------------------------------------------------------------------------
# constructed variable for Box-Cox transformation (J. Fox)
boxCoxVariable <- function(y) {
geo.mean <- exp(mean(log(y), na.rm=TRUE))
y*(log(y/geo.mean) - 1)
}
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.