Description Usage Arguments Value Examples
Testing dataset of grouped Normal distributions
| 1 2 | data_normal_sample(mu = c(-0.5, 4), n = 500L, sd_range = c(0.6, 1.4),
  seed = 19850519)
 | 
| mu | Means for each group. A numeric vector with the length corresponding to the number of groups. | 
| n | Number of observations for each group. Length 1 integer. | 
| sd_range | The min and max to use for standard deviations. Length 2 | 
| seed | A seed value to generate the same sample. numeric vector. | 
A data.frame with the following variables: Group, Condition,
value.
| 1 | data_normal_sample(0, 100)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.