:py:mod:`causal_testing.testing.causal_test_result` =================================================== .. py:module:: causal_testing.testing.causal_test_result .. autoapi-nested-parse:: This module contains the CausalTestResult class, which is a container for the results of a causal test. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: causal_testing.testing.causal_test_result.CausalTestResult .. py:class:: CausalTestResult(estimator: causal_testing.estimation.abstract_estimator.Estimator, effect_estimate: causal_testing.estimation.effect_estimate.EffectEstimate, adequacy=None, error_message: str = None) A container to hold the results of a causal test case. Every causal test case provides a point estimate of the ATE, given a particular treatment, outcome, and adjustment set. Some but not all estimators can provide confidence intervals. .. py:method:: __str__() Return str(self). .. py:method:: to_dict(json=False) Return result contents as a dictionary :return: Dictionary containing contents of causal_test_result