Description Usage Arguments Value Examples
Calculate confidence intervals of proportion or difference between proportions in a data.frame
1 | propCI_sub(data, x, y = NULL)
|
data |
A data.frame |
x |
Character Name of a categorical column |
y |
Character Optional. Name of another categorical column |
A list containing at least the following components:
A tibble containing raw data or a list of numeric vector
A data.frame consists of summary statistics
the matched call
character. One of c("prop","propdiff")
1 2 | propCI_sub(acs,"sex")
propCI_sub(acs,"sex","HBP")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.