Usage
CVfromCI(point, lower, upper, n, design = "2x2", alpha = 0.05, robust=FALSE)
CI2CV(point, lower, upper, n, design = "2x2", alpha = 0.05, robust=FALSE)
Arguments
point
Point estimator of the BE ratio.
The point estimator can be missing.
In that case it will be calculated as geometric mean of lower and upper.
lower
Lower confidence limit of the BE ratio.
upper
Upper confidence limit of the BE ratio.
n
Total number of subjects under study.
design
Character string describing the study design.
See known.designs()
for designs covered in this package.
alpha
Error probability. Set it to (1-confidence)/2
.
Is 0.05 for the usual 90% confidence intervals.
robust
With robust=FALSE
the usual degrees of freedom of the designs are used.
With robust=TRUE
the degrees of freedom for the so-called robust
evaluation (df2 in known.designs()) will be used. This may be helpful
if the CI was evalua