Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Sample
count <- c(1,1,2,2,2,3,4,5,6,6,6) count1 <- rnorm(100,60,10) count2 <- sample(c(1:6),30, replace=T) hist(count1, breaks = seq(0,100,5), main = "Dice roll", col = "lightblue", yaxp= c(0,10,10), xlab="test") hist(count2, breaks = seq(0,6,1), main = "Dice roll", col = "lightblue", yaxp= c(0,10,10), xlab="test")
run
|
edit
|
history
|
help
0
oooo
19-08-2020-JacobiSistemaNewtonaprpx
03-08-2020-Integral-Numerica
voke
code
Teste
Random forest example
Aceleracao-02-03-21
ggplot Sample
Mann Whitney wilcoxon test