visualize_c {ViSe} | R Documentation |
This function displays a visualization of the possible bias c that allows for a non-zero effect in sensitivity.
visualize_c(dlow, lower = TRUE)
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 |
Returns a pretty graph
graph |
The graph of possible values for c |
visualize_c(dlow = .25, lower = TRUE)