Calculates the pooled C-index and Confidence intervals
Calculates the pooled C-index and Confidence intervals
pool_cindex Calculates the pooled C-index and Confidence intervals.
pool_cindex(data, conf.level =0.95, dfcom =NULL)
Arguments
data: An object of class 'mistats' ('Multiply Imputed Statistical Analysis'.) or a m x 2 matrix with correlation coefficients and standard errors in the first and second column. For the latter option dfcom has to be provided.
conf.level: conf.level Confidence level of the confidence intervals.
dfcom: Number of completed-data analysis degrees of freedom. Default number is taken from function cindex
Returns
The pooled c-index value and the confidence intervals.
Details
Rubin's Rules are used for pooling. The C-index values are log transformed before pooling and finally back transformed.