PropSampler: Repeated Sampling for a Proportion (Slow)

Description Usage Arguments Value Note Author(s) Examples

View source: R/PropSampler.R

Description

An app to explore the sampling distribution of the sample proportion. The user takes one sample at a time from a given population. Output to the console describes relevant features of the sample, and graphical output updates the empirical distribution of the sample proportion.

Usage

1
PropSampler(form,data,max.sample.size=110,show.sample=FALSE)

Arguments

form

An object of class formula, of the form ~x, where x is a factor from the data frame supplied by:

data

A dataframe, representing the imaginary population.

max.sample.size

Maximum sample size on the slider.

show.sample

If TRUE, the complete sample will be output to the console, in addition to the summary information.

Value

Graphical and numerical output.

Note

Uses manipulate.

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
5
## Not run: 
data(imagpop)
if (require(manipulate)) PropSampler(~cappun,data=imagpop)

## End(Not run)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.