all.f: Plots a base boxplot with significant multiple comparisons.

Description Usage Arguments Value Examples

View source: R/all.f.R

Description

Plot for x- grouping variable and y - continous variable with lines illustrating significant differences among groups in multiple comparisons with Dunn's test.

Usage

1
2
## S3 method for class 'f'
all(x, y, ylab = "")

Arguments

x

The grouping variable (of a 'data' data frame) for the box plot as character to fit scheme: data[,x]

y

The outcome variable (of a 'data' data frame) for the box plot as character to fit scheme: data[,y]

ylab

The label of the y axis

Value

The plot with significant multiple comparisons.

Examples

1
2
3
data<-mtcars
data$cyl<-as.factor(data$cyl)
all.f("cyl","mpg")

wolass/anareg documentation built on May 4, 2019, 9:46 a.m.