Description Usage Arguments Details Value Examples
View source: R/newmyclt from Lab 8.R
Plots a histogram of sample means
1 | new.myclt(n, iter)
|
n |
size of each sample |
iter |
number of samples taken |
Makes iter random samples of size n of values between 0 and 5 and plots a histogram of the sample means.
a histogram of the sample means
1 | new.myclt(n=10,iter=10000)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.