API
pymare.core
: Core objects
Core classes and functions.
|
Container for input data and arguments to estimators. |
|
Fit the standard meta-regression/meta-analysis model to provided data. |
pymare.estimators
: Meta-analytic algorithms
Estimators for meta-analyses and meta-regressions.
|
Weighted least-squares meta-regression. |
DerSimonian-Laird meta-regression estimator. |
|
Likelihood-based estimator for estimates with known variances. |
|
Likelihood-based estimator for data with known sample sizes but unknown sampling variances. |
|
|
Bayesian meta-regression estimator using Stan. |
Hedges meta-regression estimator. |
|
Stouffer's Z-score meta-analysis method. |
|
|
Fisher's method for combining p-values. |
A base class for Estimators. |
pymare.results
: Meta-analytic results
Tools for representing and manipulating meta-regression results.
|
Container for results generated by PyMARE meta-regression estimators. |
|
Container for results generated by p-value combination methods. |
|
Lightweight container to hold and display permutation test results. |
|
Container for MCMC sampling-based PyMARE meta-regression estimators. |
pymare.effectsize
: Effect size computation/conversion
Tools for converting between effect-size measures.
Effect size converter for metric involving a single group/set of scores. |
|
Effect size converter for two-sample comparisons. |
|
|
Represent a single statistical expression. |
|
Solve and evaluate a system of SymPy equations given known inputs. |
|
Select a minimal system of expressions needed to solve for the target. |
|
Auto-detect and apply the right converter class. |
pymare.stats
: Miscellaneous statistical functions
Miscellaneous statistical functions.
|
Perform 2-D weighted least squares. |
|
Ensure the passed array has 2 dimensions. |
|
Get the CI for tau^2 via the Q-Profile method. |
|
Calculate a generalized form of Cochran's Q-statistic. |
|
Perform Bonferroni correction on p values. |
|
Perform FDR correction on p values. |
pymare.datasets
: Meta-analytic datasets
Open meta-analytic datasets.
Load a dataset of studies on the persuasive power of a brain image. |
pymare.utils
: Miscellaneous utility functions
Miscellaneous utility functions.
Return the path to general resources, terminated with separator. |