Skip to content

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

@JulioAPeraza

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.

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