SimpleRandom2 {tigerstats} | R Documentation |
Simple Random Sample (v2)
Description
Similar to SimpleRandom
, but with a
fixed sample size set by the user.
Usage
SimpleRandom2(n=100)
Arguments
n |
the desired sample size |
Value
Graphical and numerical output
Author(s)
Homer White hwhite0@georgetowncollege.edu
Examples
## Not run:
if (require(manipulate)) SimpleRandom()
## End(Not run)
[Package tigerstats version 0.3.2 Index]