Skip to content

Commit

Permalink
Added thank page and fixed math formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey-Bryant committed Jan 18, 2022
1 parent 81f2be4 commit d99a804
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/difference_test_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Welch (1947)

.. math::
-2 + \frac{(\frac{s^2_x}{n_x} + \frac{s^2_y}{n_y})^2}{\frac{(\frac{s^2_x}{n_x})^2}{n_x+1} + \frac{(\frac{s^2_y}{n_y})^2}{n_y+1
-2 + \frac{(\frac{s^2_x}{n_x} + \frac{s^2_y}{n_y})^2}{\frac{(\frac{s^2_x}{n_x})^2}{n_x+1} + \frac{(\frac{s^2_y}{n_y})^2}{n_y+1}}
Effect size measures formulas
Expand Down
1 change: 1 addition & 0 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ streamlined during this process. For an example, see the new -difference_test- m
corr_pair_documentation
anova_documentation
install
thanks

.. Indices and tables
.. ==================
Expand Down
5 changes: 5 additions & 0 deletions source/thanks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Special Thank You
=================

(1) Thank you to Dr. Chantel Blackburn, PhD with help on the Welch's and Satterthwaite degrees of freedom calculations when
conducting a Welch's t-test.

0 comments on commit d99a804

Please sign in to comment.