ss2x2ci.Rd
It calculates sample size for the bioequivalence test on ratio using a confidence interval of previous 2x2 study.
ss2x2ci(n1, n2, LL, UL, Alpha = 0.1)
Subject count of group 1
Subject count of group 2
Lower limit of the confidence interval of geometric mean ratio (Test/Reference)
Upper limit of the confidence interval of geometric mean ratio (Test/Reference)
Alpha level. This means (1 - alpha/2)*100 % confidence interval is given
It calculates sample size (n per group) with CV
, Alpha
, and Beta
for bioequivalence test.
Returns sample size (n per group) for bioequivalence test with ratio criteria.
ss2x2ci(12, 13, 0.85, 1.11)
#> True Ratio=1 True Ratio=0.9713
#> 80% Power Sample Size 14 15
#> Power at n1 = 12 , n2 = 13 74 71