aboutsummaryrefslogtreecommitdiff
path: root/R/geometric_mean.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/geometric_mean.R')
-rw-r--r--R/geometric_mean.R4
1 files changed, 0 insertions, 4 deletions
diff --git a/R/geometric_mean.R b/R/geometric_mean.R
deleted file mode 100644
index 646732cd..00000000
--- a/R/geometric_mean.R
+++ /dev/null
@@ -1,4 +0,0 @@
-geometric_mean <- function(x, na.rm = FALSE)
-{
- exp(mean(log(x), na.rm = na.rm))
-}

Contact - Imprint