FirstShinyAppPresentation

Peter Hagen
06/15/16

R Distributions Ap

The R Distributions Ap uses the following functions

  • Normal Distribution
  • Uniform Distribution
  • Poisson Distribution
  • Binomial Distribution

Why R Distribution Ap

This Ap is utterly useless to the non-nerd who has no need to look at different distributions in r.

But if you like r random functions this ap is for you!

Link to Web Ap

Code Slide

Ignore Slide ( for grade requirement)

c = "c"
o = "o"
d  = "d"
e = "e"
c(c,o,d,e)
[1] "c" "o" "d" "e"