Description Usage Arguments Value Examples
The Standardized Mortality Ratio (SMR) is the ratio of observed to the expected number of deaths in the study population under the assumption that the mortality rates for the study population are the same as those for the general population. This fumction estimates SMR and various confidence intervals and tests for statistical significance.
1 | get_smr(a, b, z = 0.05)
|
a |
The observed number of deaths |
b |
The expected number of deaths |
z |
Desired confidence interval/limits. Defaults to 0.05 for 95% confidence interval/limits |
An object of class smr
providing point estimate of SMR,
estimates of various confidence interval/limits calculation approaches,
and results of tests for statistical significance
1 | get_smr(a = 4, b = 3.3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.