computeIncidenceOverall | R Documentation |
Compute risk stratified incidence for a specific stratification outcome.
computeIncidenceOverall( path, alpha = 0.05, power = 0.8, twoSided = TRUE, modelType = "cox" )
path |
The path to the propensity scores object (list with propensity scores for each risk stratum). |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.