powered by
An app to explore the Central Limit Theorem.
SampDistMean(pop,max.samp.size=50,sim.reps=1000)
A data frame representing the population from which samples are taken.
Largest sample size shown on the slider.
Number of simulation repetitions to construct empirical distribution of the sample mean.
Graphical and numerical output.
# NOT RUN { data(imagpop) if (require(manipulate)) SampDistMean(imagpop) # }
Run the code above in your browser using DataLab