plot_IS_meansCI: plot.IS.meansCI

Description Usage Arguments Value Examples

View source: R/confidenceIntervalPlots.R

Description

plot.IS.meansCI

Usage

1
2
3
4
5
6
7
8
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

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

HCIC/r-tools documentation built on Dec. 26, 2020, 3:54 p.m.