Plot the distribution of estimates from a causalsim_eval result
plot.causalsim_eval.RdDraws a histogram of per-replication estimates with vertical lines marking the true ATE (solid) and the mean estimate (dashed).
Usage
# S3 method for class 'causalsim_eval'
plot(x, ...)Arguments
- x
A
causalsim_evalobject.- ...
Additional arguments passed to
graphics::hist().