set.seed(333)
data <- sprtt::draw_sample_normal(
k_groups = 2,
f = 0.20,
max_n = 2
)
data
data <- sprtt::draw_sample_normal(
k_groups = 4,
f = 0,
max_n = 2,
sd = c(1, 2, 1, 8)
)
data
data <- sprtt::draw_sample_normal(
k_groups = 3,
f = 0.40,
max_n = 2,
sd = c(1, 0.8, 1),
sample_ratio = c(1, 2, 3)
)
data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.