est_prop | R Documentation |
Proportions and percent-change-over-time calculations require different standard error calculations.
est_prop(x, y)
est_pct_chg(x, y)
x, y |
An estimate vector. For |
An estimate vector.
x = estimate(1, 0.1)
y = estimate(1.5, 0.1)
est_prop(x, y)
est_pct_chg(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.