Description Usage Arguments Value Note Author(s) Examples
An app to explore the Central Limit Theorem.
1 | SampDistMean(pop,max.samp.size=50,sim.reps=1000)
|
pop |
A data frame representing the population from which samples are taken. |
max.samp.size |
Largest sample size shown on the slider. |
sim.reps |
Number of simulation repetitions to construct empirical distribution of the sample mean. |
Graphical and numerical output.
Uses manipulate
in R Studio.
Homer White hwhite0@georgetowncollege.edu
1 2 3 4 5 | ## Not run:
data(imagpop)
if (require(manipulate)) SampDistMean(imagpop)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.