Learn R Programming

forestsearch (version 0.1.0)

calculate_hazard_ratios: Calculate Hazard Ratios from Potential Outcomes

Description

Calculate Hazard Ratios from Potential Outcomes

Usage

calculate_hazard_ratios(df_super, n_super, mu, tau, model, verbose)

Value

List of hazard ratios

Arguments

df_super

Data frame with super population

n_super

Size of super population

mu

Intercept parameter

tau

Scale parameter

model

Model type ("alt" or "null")

verbose

Logical for verbose output