data_normal_sample: Testing dataset of grouped Normal distributions

Description Usage Arguments Value Examples

Description

Testing dataset of grouped Normal distributions

Usage

1
2
data_normal_sample(mu = c(-0.5, 4), n = 500L, sd_range = c(0.6, 1.4),
  seed = 19850519)

Arguments

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.

Value

A data.frame with the following variables: Group, Condition, value.

Examples

1

ggdistribute documentation built on May 2, 2019, 10:25 a.m.