Skip to content

Instantly share code, notes, and snippets.

@mick001
Created August 28, 2015 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mick001/f4fa62aeebe58c985622 to your computer and use it in GitHub Desktop.
Save mick001/f4fa62aeebe58c985622 to your computer and use it in GitHub Desktop.
How to make a rough check to see if your data is normally distributed part 3 (R). Full article at: http://www.firsttimeprogrammer.blogspot.com/2015/07/how-to-make-rough-check-to-see-if-your.html
# Compare the histograms
hist(data_norm,col='red')
hist(data_beta,col='blue')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment