visualize_c: Visualization for Estimating c Bias

visualize_cR Documentation

Visualization for Estimating c Bias

Description

This function displays a visualization of the possible bias c that allows for a non-zero effect in sensitivity.

Usage

visualize_c(dlow, lower = TRUE, ribbon_color = "lightblue")

Arguments

dlow

The lower limit of the possible effect size

lower

Use this to indicate if you want the lower or upper bound of d for one sided confidence intervals. If d is positive, you generally want lower = TRUE, while negative d values should enter lower = FALSE for the upper bound that is closer to zero.

ribbon_color

background coloring for c values that support a non-zero effect in sensitivity

Value

Returns a pretty graph

graph

The graph of possible values for c

Examples


visualize_c(dlow = .25, lower = TRUE)


ViSe documentation built on Oct. 10, 2024, 9:07 a.m.