View source: R/control_incidence_rate.R
control_incidence_rate | R Documentation |
This is an auxiliary function for controlling arguments for the incidence rate, used
internally to specify details in s_incidence_rate()
.
control_incidence_rate(
conf_level = 0.95,
conf_type = c("normal", "normal_log", "exact", "byar"),
input_time_unit = c("year", "day", "week", "month"),
num_pt_year = 100
)
conf_level |
( |
conf_type |
( |
input_time_unit |
( |
num_pt_year |
( |
A list of components with the same names as the arguments.
incidence_rate
control_incidence_rate(0.9, "exact", "month", 100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.