compute_ccp: Compute IPCW-adjusted Correct Classification Probability

View source: R/calc_risks.R

compute_ccpR Documentation

Compute IPCW-adjusted Correct Classification Probability

Description

This function computes the IPCW-adjusted Correct Classification Probability. Presented in Li (2019)

Usage

compute_ccp(outcome_mat, pred_mat, ipcw_mat)

Arguments

outcome_mat

Output from get_outcome_mat function

pred_mat

Output from calc_risks function

ipcw_mat

Output from get_ipcw_mat function

Value

a scalar CCP


hreed7/SemiCompRisksPen documentation built on Dec. 15, 2024, 5:41 p.m.