View source: R/get_ys_and_draws.R
get_ys_norm | R Documentation |
Used internally. Function factory used to generate a function that generates outcomes from normal distributions.
get_ys_norm(arms, means, sds)
arms |
character vector, |
means |
numeric vector, true |
sds |
numeric vector, true standard deviations ( |
A function which takes the argument allocs
(a character vector
with the allocations) and returns a numeric vector of the same length with
the corresponding, randomly generated outcomes (from normal distributions).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.