ci2mse.Rd
It calculates mean squared error (MSE) from a confidence interval of previous 2x2 study.
ci2mse(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 coefficient of variation (CV) from a confidence interval of 2x2 bioequivalence study.
Returns mean squared error (MSE).
ci2mse(12, 13, 0.85, 1.11)
#> [1] 0.07565309