Learn R Programming

BE (version 0.2.4)

ci2cv: Coefficient of variation (CV) from a confidence interval of previous 2x2 study

Description

It calculates coefficient of variation (CV) from a confidence interval of previous 2x2 study.

Usage

ci2cv(n1, n2, LL, UL, Alpha = 0.1)

Value

Returns coefficient of variation (CV) in percent (%).

Arguments

n1

Subject count of group 1

n2

Subject count of group 2

LL

Lower limit of the confidence interval of geometric mean ratio (Test/Reference)

UL

Upper limit of the confidence interval of geometric mean ratio (Test/Reference)

Alpha

Alpha level. This means (1 - alpha/2)*100 % confidence interval is given

Author

Kyun-Seop Bae <k@acr.kr>

Details

It calculates coefficient of variation (CV) from a confidence interval of 2x2 bioequivalence study.

Examples

Run this code
ci2cv(12, 13, 0.85, 1.11) 

Run the code above in your browser using DataLab