jakelearnsdatascience

Aug 20, 2018

First Post

Welcome to JakeLearnDataScience Blog

This is my first post - I am just creating some content for now.

In [1]:
dat <- sample(1:1000, 500, replace = TRUE)

hist(dat)
In [ ]: