Skip to contents

Produces a boxplot of att_error by estimator_id, faceted by dgp_id. Includes a dashed zero line. Returns a ggplot object.

Usage

cs_plot_att_error(tidy_results)

Arguments

tidy_results

A tibble produced by cs_tidy() or a compatible table with columns att_error, estimator_id, and dgp_id.

Value

A ggplot object.