Description Usage Arguments See Also
View source: R/dashboard-metrics.R
Estimate rate based on participant and population counts
1 | est_rate(part_estimate, pop_estimate, test_threshold = 0.5)
|
part_estimate |
data frame: table that holds participant counts |
pop_estimate |
data frame: table that holds population counts |
test_threshold |
numeric: threshold for output rate (e.g., 0.5 = 50 percent). A warning will be printed for every row that exceeds the threshold |
Other dashboard functions:
calc_metrics()
,
calc_part_rate()
,
calc_part()
,
calc_priv_rate()
,
est_month()
,
est_pop()
,
fill_missing_months()
,
format_metrics()
,
write_dash()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.