Skip to content

Instantly share code, notes, and snippets.

@Yixf-Self
Last active August 29, 2015 14:23
Show Gist options
  • Save Yixf-Self/d9046d350fde68caa1f0 to your computer and use it in GitHub Desktop.
Save Yixf-Self/d9046d350fde68caa1f0 to your computer and use it in GitHub Desktop.
Mode <- function(x) {
ux <- unique(x)
ux[which.max(tabulate(match(x, ux)))]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment