Skip to content

Commit

Permalink
Inline reference modification
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey-Bryant committed Jun 2, 2021
1 parent 177ea3f commit f78277f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions source/corr_case_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,5 @@ srq 0.9775 0.0000
References
----------
.. bibliography::
:cited:
:list: bullet
1 change: 1 addition & 0 deletions source/corr_pair_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ Examples
References
----------
.. bibliography::
:cited:
:list: bullet
1 change: 1 addition & 0 deletions source/crosstab_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -871,4 +871,5 @@ Examples
References
----------
.. bibliography::
:cited:
:list: bullet
9 changes: 5 additions & 4 deletions source/difference_test_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ This method is similar to researchpy.ttest(), except it allows the user to use
the formula syntax.

This method can perform the following tests:
* Independent sample t-test :cite:`scipy_ttest_ind`
* Independent sample t-test :cite: `scipy_ttest_ind`

* `psudo-code: difference_test(formula_like, data, equal_variances = True, independent_samples = True)`

* Paired sample t-test :cite:`scipy_ttest_rel`
* Paired sample t-test :cite: `scipy_ttest_rel`

* `psudo-code: difference_test(formula_like, data, equal_variances = True, independent_samples = False)`

* Welch's t-test :cite:`scipy_ttest_ind`
* Welch's t-test :cite: `scipy_ttest_ind`

* `psudo-code: difference_test(formula_like, data, equal_variances = False, independent_samples = True)`

* Wilcoxon ranked-sign test :cite:`scipy_wilcoxon`
* Wilcoxon ranked-sign test :cite: `scipy_wilcoxon`

* By default, discards all zero-differences; this is known as the 'wilcox' method.
* `psudo-code: difference_test(formula_like, data, equal_variances = False, independent_samples = False)`
Expand Down Expand Up @@ -433,4 +433,5 @@ Now the data is in the correct structure.
References
----------
.. bibliography::
:cited:
:list: bullet
1 change: 1 addition & 0 deletions source/ttest_documentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -660,4 +660,5 @@ Examples
References
----------
.. bibliography::
:cited:
:list: bullet

0 comments on commit f78277f

Please sign in to comment.