exact.ci: Exact Confidence Intervals

Description Usage Arguments Value

Description

Calculate the exact confidence intervals for proportions, based in Pearson's approach.

Usage

1
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.


dplRCon documentation built on May 2, 2019, 2:02 p.m.

Related to exact.ci in dplRCon...