To add two numbers use R like this exmaple:

ans <- 2+7
ans

the answer for adding 2 and 7 is r ans

now Jeff likes to make pictures such a sthis histogram;

set.seed(123)
x<-rchisq(1000, 2)
hist(x, col = "purple")


johnsonjc6/simplemathr2 documentation built on May 19, 2019, 5:17 p.m.