Skip to content

Commit 20a437b

Browse files
author
NightlordTW
committed
Fix equation
1 parent c5e4a1d commit 20a437b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/intropkg.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The ROM test can be implemented in [sampleSize()](../reference/sampleSize.html)
7373

7474
The ROM test is converted to a Difference of Means (DOM) tests by log-transforming the data and equivalence limits. The variance on the log scale is calculated using the normalized variance formula:
7575

76-
\[
77-
\text{Logarithmic Variance} = \log\left(1 + \text{Arithmetic Variance}}{\text{Arithmetic Mean}^2}\right)
78-
\]
76+
$$
77+
\text{Logarithmic Variance} = \log\left(1 + \frac{\text{Arithmetic Variance}}{\text{Arithmetic Mean}^2}\right)
78+
$$
7979

8080
The logarithmic mean is then calculated as:
8181

0 commit comments

Comments
 (0)