compute_ccp | R Documentation |
This function computes the IPCW-adjusted Correct Classification Probability. Presented in Li (2019)
compute_ccp(outcome_mat, pred_mat, ipcw_mat)
outcome_mat |
Output from get_outcome_mat function |
pred_mat |
Output from calc_risks function |
ipcw_mat |
Output from get_ipcw_mat function |
a scalar CCP
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.