.add_ci_lines | R Documentation |
Internal function that creates a ggplot2 layer to add horizontal lines corresponding to the original model's 95
.add_ci_lines(orig_results, ci_lines_color)
orig_results |
A data frame containing the original model's estimates. It must
include the columns |
ci_lines_color |
Character string specifying the color for the confidence interval lines. |
These lines help visualize how the leave-one-out effect size estimates compare to the overall model estimate.
A ggplot2 layer (via geom_hline
) that can be added to a plot.
Facundo Decunta - fdecunta@agro.uba.ar
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.