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/konfound documentation built on April 13, 2024, 3:47 a.m.