svy_count_numeric | R Documentation |
Survey count for numeric variables
svy_count_numeric(
design,
col,
group = NULL,
na_rm = TRUE,
stat_name = "count_numeric",
...
)
design |
A srvyr::design object |
col |
A column to count from |
group |
A quoted or unquoted vector of columns to group by. Default to NULL for no group |
na_rm |
Should NAs from |
stat_name |
What should the statistic's column be named? Default to "count_numeric" |
... |
Parameters to pass to |
A survey-summarized-proportion tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.