From b575cdf2c7e2adbac7ddd1b934fd9476e35588bb Mon Sep 17 00:00:00 2001 From: PharmCat Date: Fri, 2 Oct 2020 21:03:07 +0300 Subject: [PATCH] update --- src/samplesize.jl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/samplesize.jl b/src/samplesize.jl index 6a8b69c..5370af4 100644 --- a/src/samplesize.jl +++ b/src/samplesize.jl @@ -188,9 +188,9 @@ Clinical trial sample size estimation. - :or - Odd Ratio; **type (Hypothesis type):** -- :ea - Equality (two-sided hypothesis, 100\\*(1 - α)% CI); -- :ei - Equivalence (two-sided hypothesis, 100\\*(1 - **2\\*α**)% CI); -- :ns - Non-Inferiority / Superiority (one-sided hypothesis, 100\\*(1 - α)% CI); +- :ea - Equality (two-sided hypothesis, 100\\*(1 - α)% two-sided CI); +- :ei - Equivalence (two-sided hypothesis, 100\\*(1 - **2\\*α**)% two-sided CI); +- :ns - Non-Inferiority / Superiority (one-sided hypothesis, one side of 100\\*(1 -**2\\*α**)% two-sided CI); - :mcnm - McNemar's Equality test; **group (group num):** @@ -313,9 +313,9 @@ Clinical trial power estimation. - :or - Odd Ratio; **type (Hypothesis type):** -- :ea - Equality (two-sided hypothesis, 100\\*(1 - α)% CI); -- :ei - Equivalence (two-sided hypothesis, 100\\*(1 - **2\\*α**)% CI); -- :ns - Non-Inferiority / Superiority (one-sided hypothesis, 100\\*(1 - α)% CI); +- :ea - Equality (two-sided hypothesis, 100\\*(1 - α)% two-sided CI); +- :ei - Equivalence (two-sided hypothesis, 100\\*(1 - **2\\*α**)% two-sided CI); +- :ns - Non-Inferiority / Superiority (one-sided hypothesis, one side of 100\\*(1 -**2\\*α**)% two-sided CI); - :mcnm - McNemar's Equality test; **group (group num):**