FisherLSD: Performs Fisher's LSD tests on the provided data

Description Usage Arguments Value Author(s)

View source: R/FisherLSD.R

Description

Function FisherLSD performs Fisher's LSD tests on the data using the package agricolae.

Usage

1
2
3
4
5
6
7
FisherLSD(data,
          classes,
          index,
          DFerror,
          MSerror,
          numClasses
          )

Arguments

data

A numerical matrix containing the data

classes

A character vector containing the class names of the samples present in the data. This vector must have the same length as the number of samples present in the argument data.

index

Numerical value to choose a subset of the data on which the LSD tests is going to be performed.

DFerror

Degrees of freedom of the model

MSerror

Means square error of the model

numClasses

Numerical parameter corresponding to the number of classes present in the data.

Value

A list containing the class names, the group where each class belongs according to the LSD test and the value of their means.

Author(s)

Francesc Fernandez, francesc.fernandez.albert@upc.edu


MAIT documentation built on Nov. 8, 2020, 5:43 p.m.