Skip to content

Instantly share code, notes, and snippets.

@mmuratarat
Created September 14, 2017 03:01
Show Gist options
  • Save mmuratarat/f1f1f6bdb2c68de9975b34356fc65755 to your computer and use it in GitHub Desktop.
Save mmuratarat/f1f1f6bdb2c68de9975b34356fc65755 to your computer and use it in GitHub Desktop.
normalized <- function(x) ( x - mean(x) ) / sd(x)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment