plot.CI: plot.CI Plots two independent sample CI

Description Usage Arguments Value

View source: R/confidenceIntervalPlots.R

Description

plot.CI Plots two independent sample CI

Usage

1
2
3
4
5
6
7
8
## S3 method for class 'CI'
plot(
  d,
  titleScale = "Dependent Variable",
  delta,
  range = c(1, 6),
  autorange = TRUE
)

Arguments

d

Data Frame

titleScale

Name of the Scale for the dependent Varialbe

delta

a

range

Axis Ranges, default = c(1, 6)

autorange

should it autorange (default = TRUE)

Value

a plot


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