v1.1.0
CausalTables v1.1.0
New Features
- Added
intervene
function to intervene on the treatment of an existingCausalTable
. Currently implemented interventions includetreat_all
andtreat_none
(for binary treatments) as well asadditive_mtp(δ)
andmultiplicative_mtp(δ)
for continuous treatments. New interventions coming soon! - Added
propensity
function to compute (generalized) propensity scores for a given variable in aCausalTable
. - Added
responsematrix
,treatmentmatrix
, andconfoundersmatrix
functions for getting the response, treatment, and confounder variables in matrix form. - Updated paper and documentation.
Merged pull requests:
- Release 1.1.0 (#35) (@salbalkus)