Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Permutations&Combinations
library(gtools) x <- c('red', 'blue', 'black') #pick 2 balls from the urn with replacement #get all permutations print("permutations") permutations(n=3,r=2,v=x,repeats.allowed=T) print("combinations") permutations(n=3,r=2,v=x,repeats.allowed=F)
run
|
edit
|
history
|
help
0
Análise de Variâncias DIC e teste de Tukey 2
Peso hora
Correlation
BoxPlot_Anomaly
Ex15-12
errores resta
05-08-2020-Resolução-equaçao
Teste de sheffé
Leap Year or Not
03-08-2020-Derivada-Numerica