Description Usage Arguments Value
View source: R/many_sample_means.R
Takes a vector and from it takes a random sample of size n then calculates sample mean and repeats it reps times
1 | many_sample_means(vec, reps, n)
|
vec |
A vector |
reps |
A number indicating the number of times to repeat sample mean process |
n |
A number to represent the size of the sample |
A vector containing the sample means.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.