Closed dododobetter closed 3 months ago
You can access the statsmodel estimator object from a CausalEstimate object.
sm_est = estimate.estimator.model
sm_est.summary()
and then use summary() method to get the stats.
This issue is stale because it has been open for 14 days with no activity.
This issue was closed because it has been inactive for 7 days since being marked as stale.
Ask your question After we use linear regression to produce a causal model, currently the output only shows the coefficient, how do we see the other summary stats (i.e. p-value, R squared, F stat, etc.)?