Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Oct 2, 2020
1 parent b0a32cd commit b575cdf
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/samplesize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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):**
Expand Down Expand Up @@ -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):**
Expand Down

0 comments on commit b575cdf

Please sign in to comment.