inflate.sample | R Documentation |
Helper function to inflate sample size for attrition.
inflate.sample(n, rate = 0.05,
ceiling = TRUE,
verbose = TRUE)
n |
sample size. |
rate |
attrition rate. |
ceiling |
rounds-up the inflated sample size. |
verbose |
logical; whether the output should be printed on the console. |
inflated sample size.
inflate.sample(n = 100, rate = 0.05)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.