Compute risk stratified incidence
computeIncidenceOverall.Rd
Compute risk stratified incidence for a specific stratification outcome.
Usage
computeIncidenceOverall(
path,
alpha = 0.05,
power = 0.8,
twoSided = TRUE,
modelType = "cox"
)
Arguments
- 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.