View source: R/h_incidence_rate.R
h_incidence_rate | R Documentation |
h_incidence_rate(person_years, n_events, control = control_incidence_rate())
h_incidence_rate_normal(person_years, n_events, alpha = 0.05)
h_incidence_rate_normal_log(person_years, n_events, alpha = 0.05)
h_incidence_rate_exact(person_years, n_events, alpha = 0.05)
h_incidence_rate_byar(person_years, n_events, alpha = 0.05)
person_years |
( |
n_events |
( |
control |
(
|
alpha |
( |
Estimated incidence rate, rate
, and associated confidence interval, rate_ci
.
h_incidence_rate()
: Helper function to estimate the incidence rate and
associated confidence interval.
h_incidence_rate_normal()
: Helper function to estimate the incidence rate and
associated confidence interval based on the normal approximation for the
incidence rate. Unit is one person-year.
h_incidence_rate_normal_log()
: Helper function to estimate the incidence rate and
associated confidence interval based on the normal approximation for the
logarithm of the incidence rate. Unit is one person-year.
h_incidence_rate_exact()
: Helper function to estimate the incidence rate and
associated exact confidence interval. Unit is one person-year.
h_incidence_rate_byar()
: Helper function to estimate the incidence rate and
associated Byar's confidence interval. Unit is one person-year.
incidence_rate
h_incidence_rate_normal(200, 2)
h_incidence_rate_normal_log(200, 2)
h_incidence_rate_exact(200, 2)
h_incidence_rate_byar(200, 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.