Plot estimated effect vs true effect
Usage
plot_estimated_vs_true(
sweep_df,
methods = iconic_method_order,
title = "Estimated vs True Effect"
)Examples
sweep <- sweep_param("beta_X", c(0.1, 0.3), n_iter = 2,
n_samples = 100, n_features = 5)
plot_estimated_vs_true(sweep$summary)
