Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 21:04
· 72 commits to main since this release
63e3326

CausalTables v1.1.0

Diff since v1.0.0

New Features

  • Added intervene function to intervene on the treatment of an existing CausalTable. Currently implemented interventions include treat_all and treat_none (for binary treatments) as well as additive_mtp(δ) and multiplicative_mtp(δ) for continuous treatments. New interventions coming soon!
  • Added propensity function to compute (generalized) propensity scores for a given variable in a CausalTable.
  • Added responsematrix, treatmentmatrix, and confoundersmatrix functions for getting the response, treatment, and confounder variables in matrix form.
  • Updated paper and documentation.

Merged pull requests: