Produces a boxplot of att_error by estimator_id, faceted by dgp_id.
Includes a dashed zero line. Returns a ggplot object.
Arguments
- tidy_results
A tibble produced by
cs_tidy()or a compatible table with columnsatt_error,estimator_id, anddgp_id.