Description Usage Arguments Value See Also
get_ate
is a generic function used to
get average treatment effects (ATE) in a DAG model.
1 |
dag_model |
An object of either class "paramteric_dag_model" or "non_paramteric_dag_model". |
... |
Additional arguments to dispatched method. |
A data.frame with 3 columns:
From: The baseline treatment value.
To: The value a treatment was changed to.
ATE: The average treatment effect of changing the treatment value from "From" to "To.
get_ate.non_parametric_dag_model
, get_ate.parametric_dag_model
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.