bartest: Creates a bar plot with vertical bars divided by group. It...

Usage Arguments

View source: R/bartest.R

Usage

1
2
bartest(measure, group,
        alternative = "", legend = TRUE)

Arguments

measure

a (non-empty) numeric vector of data values.

group

a factor with two levels giving the corresponding groups

alternative

(from t.test) a character string specifying the alternative hypothesis, must be one of "two.sided" (default), "greater" or "less". You can specify just the initial letter.

legend

if TRUE (default), it prints the legend on the plot, if FALSE, guess what.


alemiani/explora documentation built on May 28, 2019, 4:54 p.m.