View source: R/helper_plot_threshold.R
plot_threshold | R Documentation |
This function creates a plot to illustrate the threshold of an effect estimate in relation to a specified beta threshold. It uses ggplot2 for graphical representation.
plot_threshold(beta_threshold, est_eff)
beta_threshold |
The threshold value for the effect. |
est_eff |
The estimated effect size. |
A ggplot object representing the effect threshold diagram.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.