aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-21 15:31:59 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-21 15:31:59 +0200
commit41a2a356bd9b61c90c04b47aee147bf837223028 (patch)
tree8bc2649d36faefede800e058a86bd0c322625fbd /R
parent7624a2b8398b4ad665a3b0b622488e1893a5ee7c (diff)
Improve tests, remove geometric_mean
Diffstat (limited to '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