SampDistMean function

Distribution of the Sample Mean

Distribution of the Sample Mean

An app to explore the Central Limit Theorem.

SampDistMean(pop,max.samp.size=50,sim.reps=1000)

Arguments

  • 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.

Returns

Graphical and numerical output.

Note

Uses manipulate in R Studio.

Examples

## Not run: data(imagpop) if (require(manipulate)) SampDistMean(imagpop) ## End(Not run)

Author(s)

Homer White hwhite0@georgetowncollege.edu

  • Maintainer: Homer White
  • License: GPL (>= 3)
  • Last published: 2020-06-15

Useful links