Skip to content

Commit

Permalink
corr(): fix CI95% column name in returned dataframe (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
kraktus committed Oct 10, 2023
1 parent 4444bd4 commit 8745ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pingouin/correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ def corr(x, y, alternative="two-sided", method="pearson", **kwargs):
* ``'n'``: Sample size (after removal of missing values)
* ``'outliers'``: number of outliers, only if a robust method was used
* ``'r'``: Correlation coefficient
* ``'CI95'``: 95% parametric confidence intervals around :math:`r`
* ``'CI95%'``: 95% parametric confidence intervals around :math:`r`
* ``'p-val'``: p-value
* ``'BF10'``: Bayes Factor of the alternative hypothesis (only for Pearson correlation)
* ``'power'``: achieved power of the test with an alpha of 0.05.
Expand Down

0 comments on commit 8745ee6

Please sign in to comment.