Skip to content

Commit

Permalink
fix typo in pvals function name
Browse files Browse the repository at this point in the history
  • Loading branch information
cnellington committed Dec 29, 2023
1 parent d5f0d76 commit 75eb6d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ All functions can be loaded directly from the module, e.g. ``from contextualized
effects.plot_homogeneous_context_effects
effects.plot_homogeneous_predictor_effects
effects.plot_heterogeneous_predictor_effects
pvals.calc_homogeneous_context_effects_pval
pvals.calc_homogeneous_predictor_effects_pval
pvals.calc_homogeneous_context_effects_pvals
pvals.calc_homogeneous_predictor_effects_pvals
pvals.calc_heterogeneous_predictor_effects_pvals

.. autofunction:: contextualized.analysis.accuracy_split.print_acc_by_covars
Expand All @@ -25,6 +25,6 @@ All functions can be loaded directly from the module, e.g. ``from contextualized
.. autofunction:: contextualized.analysis.effects.plot_homogeneous_context_effects
.. autofunction:: contextualized.analysis.effects.plot_homogeneous_predictor_effects
.. autofunction:: contextualized.analysis.effects.plot_heterogeneous_predictor_effects
.. autofunction:: contextualized.analysis.pvals.calc_homogeneous_context_effects_pval
.. autofunction:: contextualized.analysis.pvals.calc_homogeneous_predictor_effects_pval
.. autofunction:: contextualized.analysis.pvals.calc_homogeneous_context_effects_pvals
.. autofunction:: contextualized.analysis.pvals.calc_homogeneous_predictor_effects_pvals
.. autofunction:: contextualized.analysis.pvals.calc_heterogeneous_predictor_effects_pvals

0 comments on commit 75eb6d5

Please sign in to comment.