svy_median | R Documentation |
Survey median
svy_median(design, col, group = NULL, na_rm = TRUE, stat_name = "median", ...)
design |
A srvyr::design object |
col |
A column to calculate median 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 "median" |
... |
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.