Skip to content

Instantly share code, notes, and snippets.

@geotheory
Last active June 26, 2024 09:47
Show Gist options
  • Save geotheory/0c61cc0059ea1a8b1b78b518c3099bd8 to your computer and use it in GitHub Desktop.
Save geotheory/0c61cc0059ea1a8b1b78b518c3099bd8 to your computer and use it in GitHub Desktop.
Geometric mean function in R
geo_mean = funcction(x) log(x) |> mean() |> exp()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment