plot_threshold: Plot Effect Threshold Diagram

View source: R/helper_plot_threshold.R

plot_thresholdR Documentation

Plot Effect Threshold Diagram

Description

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.

Usage

plot_threshold(beta_threshold, est_eff)

Arguments

beta_threshold

The threshold value for the effect.

est_eff

The estimated effect size.

Value

A ggplot object representing the effect threshold diagram.


jrosen48/rsensitivity documentation built on Oct. 19, 2024, 7:42 p.m.