View source: R/TukeyCustomized.R
TukeyCustomized | R Documentation |
This function allows you to rationalize the clustering method selected.
TukeyCustomized( variable, factor, conf.level = 0.95, MainTitle = "", returnObject = c("Letters", "MeanComparisons"), ylabTukeys = NULL, xlabTukeys = NULL )
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.