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