Description Arguments Value Details Examples
sampler
generates Simple Random or Stratified samples
ci |
the required confidence level |
me |
the margin of error |
p |
the expected probability of occurrence |
backups |
the number of available replacements |
seed |
the random number seed |
Writes samples to an Excel workbook and generates a report summary.
sampler
lets users select an Excel or delimited text (.csv or .txt) data file and the type of sample they prefer (Simple Random Sample, Stratified Random Sample, or Tabbed Stratified Sample with each stratum in a different Excel worksheet).
1 2 3 | if(interactive()){
sampler(backups=3, p=0.6)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.