computeIncidenceOverall: Compute risk stratified incidence

View source: R/Evaluation.R

computeIncidenceOverallR Documentation

Compute risk stratified incidence

Description

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.


OHDSI/RiskStratifiedEstimation documentation built on March 13, 2023, 8:16 a.m.