Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
12 character random alpha numeric
#R version 3.3.2 x = sample(c(LETTERS, letters, 0:9), 12, replace = TRUE ) for (i in c(5,10)) { x <- c(x[1:i-1] ,'\n',x[i:length(x)]) } x <- c(x, '\n') cat(paste(x, collapse = ''))
run
|
edit
|
history
|
help
0
16-09-2020IntPoli
Predict function in R
Sample R program of all basic functions
24-08-2020-GradConj
31-08-2020-Exemplo Ajuste
Ch. 5: Cookie Chip Sampling
2q
confidence interval stuff
TH1
3.4.0 / 3.5.2 / 3.5.1 / 3.6.1 / 3.6.5.#