Learn R Programming

ViSe (version 0.1.3)

visualize_c: 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")

Value

Returns a pretty graph

graph

The graph of possible values for c

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

Examples

Run this code

visualize_c(dlow = .25, lower = TRUE)

Run the code above in your browser using DataLab