Skip to contents

plot.IS.meansCI

Usage

plot_IS_meansCI(
  x,
  y,
  labelA = "A",
  labelB = "B",
  title = "Dependent Variable",
  range = c(1, 0)
)

Arguments

x

vector of sample a

y

vector of sample b

labelA

label for variable a

labelB

label for variable b

title

Title for the plot

range

Adjust the range of the plot

Value

plots

Examples

plot_IS_meansCI(c(1, 2, 3), c(3, 4, 5))