find_total_HR: Calculate the HR of the Total Cohort given HRs, Number of Pts...

View source: R/find_total_HR.R

find_total_HRR Documentation

Calculate the HR of the Total Cohort given HRs, Number of Pts Included, and Target Events

Description

Based on Alosh, Huque, Koch (2015)

Usage

find_total_HR(
  n_CVD,
  n_MRF,
  HR_CVD,
  HR_MRF,
  target_events,
  ratio_event_rate_CVDvsMRF
)

Arguments

n_CVD

Number of patients with cardiovascular disease

n_MRF

Number of patients with multiple risk factors

target_events

Number of targeted events

ratio_event_rate_CVDvsMRF

Ratio btw. event rate of CVD versus event rate of MRF

Value

Total hazard ratio


th-zelniker/TIMI documentation built on Oct. 1, 2022, 2 p.m.