Learn R Programming

jointCompRisk (version 0.1.1)

do_cif_analysis: Run Standard CIF Analysis

Description

Given a prepped data list from prep_data_cif, run the standard CIF analysis.

Usage

do_cif_analysis(prepped, tau = 15)

Value

A list with formatted results for RMLT1 and RMLT2.

Arguments

prepped

A list returned by prep_data_cif(), containing Treatment and Control.

tau

Numeric, time horizon (e.g. 15 or 29).

Details

- RMLT1 uses parameters (a,b,c) = (0,1,0) for recovery/discharge analysis. - RMLT2 uses (a,b,c) = (0,0,1) for death analysis.