plot.CI Plots two independent sample CI
Usage
# S3 method for 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)