Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sample.simple

Demonstration for simple random sampling without replacement


Description

The whole sample frame is denoted by a matrix (nrow * ncol) in the plane just for convenience, and the points being sampled are marked out (by red circles by default). Each member of the population has an equal and known chance of being selected.

Usage

sample.simple(nrow = 10, ncol = 10, size = 15, p.col = c("blue", "red"), p.cex = c(1, 
    3))

Arguments

nrow

the desired number of rows of the sample frame.

ncol

the desired number of columns of the sample frame.

size

the sample size.

p.col, p.cex

different colors /magnification rate to annotate the population and the sample

Value

None (invisible NULL).

Author(s)

Yihui Xie

References

See Also


animation

A Gallery of Animations in Statistics and Utilities to Create Animations

v2.6
GPL
Authors
Yihui Xie [aut, cre], Christian Mueller [ctb], Lijia Yu [ctb], Weicheng Zhu [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.