Rdocumentation
powered by
Learn R Programming
dplRCon (version 1.0)
exact.ci: Exact Confidence Intervals
Description
Calculate the exact confidence intervals for proportions, based in Pearson's approach.
Usage
exact.ci(p.adjust, size.x, size.y, i)
Arguments
p.adjust
A vector of concordance indices, these are proportions for which you want to calculate the confidence interval.
size.x
A vector of the number of series used to calculate each index in matrix X.
size.y
A vector of the number of series used to calculate each index in matrix Y.
i
A recursive variables (i.e. use this function in Apply.)
Value
A vector with 2 elements indicating the lower and upper confidence intervals for the concordance indices.