pymare.effectsize.Expression

class Expression(expression, description=None, type=0)[source]

Bases: object

Represent a single statistical expression.

Parameters
  • expr (str) – String representation of the mathematical expression.

  • description (str, optional) – Optional text description of expression.

  • type (int, optional) – Indicates whether the expression applies in the one-sample case (1), two-sample case (2), or both (0).