Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
SAMPLING
#R version 3.3.2 print("Hello, world!") pop_size <- 250000000 possible_entries <- c(rep("support", 0.88 * pop_size), rep("not", 0.12 * pop_size)) sample_entries <- sample(possible_entries, size=1000) sum(sample_entries == 'support')/ 1000
run
|
edit
|
history
|
help
0
helloworld
4
recursive function
Mathematical operations
Julia set variant
ggplot2 example
Practice
Ch. 4 Boxplot Skewed Left
23-09-2020InterpolaçãoNewtonform
Plot Graph By Adjacency Matrix