summary.BootDisMANOVA {PERMANOVA}R Documentation

Summarizes the results of a Bootstrap Manova based on distances

Description

Summarizes the results of a Bootstrap Manova based on distances.

Usage

## S3 method for class 'BootDisMANOVA'
summary(object, Latex = FALSE, ...)

Arguments

object

An object of class "BootDisMANOVA".

Latex

Should Latex tables be provided?

...

Any other parameter.

Details

Summarizes the results of a Bootstrap Manova based on distances including Latex tables.

Value

Prints the results.

Author(s)

Laura Vicente-Gonzalez, Jose Luis Vicente-Villardon

Examples

data(wine)
X = wine[,4:21]
D = DistContinuous (X)
bootwine=BootDisMANOVA(D, wine$Group)
summary(bootwine)


[Package PERMANOVA version 0.2.0 Index]