Description Usage Arguments Examples
Similar to proportion
, but
1 | ci.proportion(nm = NULL, level = 0.95)
|
nm |
The level for which to find the proportion |
level |
The confidence interval (Default: 0.95) |
1 2 3 4 | ## Not run:
df_stats(mtcars, ~ cyl, cyl_prop = ci.proportion(6, level = 0.90))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.