Summarise a causalsim_eval result
summary.causalsim_eval.RdReturns a structured summary of estimator performance including the metrics table and the distribution of per-replication estimates (mean, SD, median, and 10th / 90th percentiles).
Usage
# S3 method for class 'causalsim_eval'
summary(object, ...)Value
An S3 object of class causalsim_eval_summary with components:
metricsThe metrics data frame from the original result.
mean_estimateMean of per-replication estimates.
sd_estimateStandard deviation of per-replication estimates.
median_estimateMedian of per-replication estimates.
p10_estimate10th percentile of per-replication estimates.
p90_estimate90th percentile of per-replication estimates.
true_ateTrue ATE from the DGP.
repsNumber of replications.