Description Usage Arguments Value Author(s) Examples
View source: R/get_sample_systematic.R
Draw a systematic sample from a dataset of all potential samples
1 | get_sample_systematic(x, n_sample, rounding = c("floor", "ceiling"))
|
x |
A data.frame of all potential samples |
n_sample |
Number of sample required |
rounding |
Should the result be rounded up (ceiling) or rounded down (floor)? Default is rounded down. |
A data.frame drawn from x that contains the sample selected systematically
Ernest Guevarra
1 | get_sample_systematic(x = village_list, n_sample = 30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.