Skip to content

Parameter alpha (q) is not being used by the FDR correction method #115

Description

@JulioAPeraza

The parameter q is passed to fdr but it's not used:

PyMARE/pymare/stats.py

Lines 178 to 188 in 604bb4f

def fdr(p_values, q=0.05, method="bh"):
"""Perform FDR correction on p values.
.. versionadded:: 0.0.4
Parameters
----------
p_values : :obj:`numpy.ndarray`
Array of p values.
q : :obj:`float`, optional
Alpha value. Default is 0.05.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions