Learn R Programming

BE (version 0.2.4)

scaledBound: Widened Bound for Scaled Average Bioequivalence

Description

It calculates widened bound for scaled average bioequivalence.

Usage

scaledBound(CV = 40, k = 0.76, digits = 4)

Value

widened bound for scaled average bioequivalence

Arguments

CV

coefficient of variation in percent

k

0.76 is for EMA and Korea MFDS. US FDA uses 0.893. When CV is 30%, bound becomes (0.8, 1.25). Most regulartory body does not use a more accurate value.

digits

Korea MFDS use 4 digits only, while other regulatory bodies use more decimal values.

Author

Kyun-Seop Bae <k@acr.kr>

Details

CV must be larger than 30%. If CV is larger than 50

Examples

Run this code
scaledBound(30)
scaledBound(35)
scaledBound(40)
scaledBound(45)
scaledBound(50)

Run the code above in your browser using DataLab