summary.BootDisMANOVA: Summarizes the results of a Bootstrap Manova based on...

Description Usage Arguments Details Value Author(s) Examples

View source: R/summary.BootDisMANOVA.R

Description

Summarizes the results of a Bootstrap Manova based on distances.

Usage

1
2
## 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

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

PERMANOVA documentation built on Sept. 6, 2021, 5:07 p.m.