powered by
Testing dataset of grouped Normal distributions
data_normal_sample(mu = c(-0.5, 4), n = 500L, sd_range = c(0.6, 1.4), seed = 19850519)
Means for each group. A numeric vector with the length corresponding to the number of groups.
Number of observations for each group. Length 1 integer.
The min and max to use for standard deviations. Length 2
A seed value to generate the same sample. numeric vector.
A data.frame with the following variables: Group, Condition, value.
Group
Condition
value
# NOT RUN { data_normal_sample(0, 100) # }
Run the code above in your browser using DataLab