Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Why is height normal
heights <- vector() for(i in 1:30) { a <- sample(c(8, 9, 10), 1) b <- sample(c(4,4,5), 1) c <- sample(c(4,6,8), 1) d <- sample(c(10,11,13), 1) e <- sample(c(13,16,16), 1) f <- sample(c(10,10,13), 1) g <- sample(c(7,8,9), 1) heights[[i]] <- a+b+c+d+e+f+g } #the plot hist(heights)
run
|
edit
|
history
|
help
0
ExEdsonAmanda26-01-2021
Sampling Distribution for the Wald-Wolfowitz 2-Sample Runs Test
Gab1A(resumido)
ExDecaiEulerMin28-01-21
Ch. 4 Boxplot Skewed Left
Linear and Logistic Regression
Leap Year Finder
First R
Sine approximation
Monte Carlo Integration