powered by
geometric_mean(x, na.rm = FALSE)
geometric_mean(c(1,3, 9)) geometric_mean(c(1,3, NA)) geometric_mean(c(1,3, NA), na.rm = TRUE)
Run the code above in your browser using DataLab