visualize_c {ViSe} | R 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 |
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)
[Package ViSe version 0.1.3 Index]