Learn R Programming

dslabs (version 0.8.0)

take_poll: Models results from taking a poll

Description

The function shows a plot of a random sample drawn from an urn with blue and red beads. The sample is taken with replacement. The proportion of blue beads is not shown so that students can try to estimate it.

Usage

take_poll(n, ...)

Value

None

Arguments

n

Sample size

...

additional arguments to be used by the function sample.

Examples

Run this code
take_poll(25)

Run the code above in your browser using DataLab