computeIncidence | R Documentation |
Computes the incidence for a specific population
computeIncidence( population, alpha = 0.05, power = 0.8, twoSided = TRUE, modelType = "cox" )
population |
A data frame describing the study population as created using the
|
alpha |
Type I error. |
power |
1 - beta, where beta is the type II error. |
twoSided |
Consider a two-sided test? |
modelType |
The type of outcome model that will be used. Possible values are "logistic", "poisson", or "cox". Currently only "cox" is supported. |
A tibble with the derived incidence.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.