TukeyCustomized: A Tukey HSD visual representation

View source: R/TukeyCustomized.R

TukeyCustomizedR Documentation

A Tukey HSD visual representation

Description

This function allows you to rationalize the clustering method selected.

Usage

TukeyCustomized(
  variable,
  factor,
  conf.level = 0.95,
  MainTitle = "",
  returnObject = c("Letters", "MeanComparisons"),
  ylabTukeys = NULL,
  xlabTukeys = NULL
)

Arguments

variable

is a numeric vector outlining a response variable.

factor

is a factor type of vector of the same length as variable.

conf.level

Defaults to 0.95 CI.

MainTitle

allows to insert a title for the returned plot.

ylabTukeys

defaults to NULL. Character vector that defines the text on y-axes from Tukey HSD plots.

xlabTukeys

defaults to NULL. Character vector that defines the text on x-axes from Tukey HSD plots.


MSeidelFed/RandodiStats_package documentation built on July 31, 2022, 3 a.m.