Learn R Programming

PERMANOVA (version 0.2.0)

summary.BootDisMANOVA: 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 BootDisMANOVA
summary(object, Latex = FALSE, ...)

Arguments

object

An object of class "BootDisMANOVA".

Latex

Should Latex tables be provided?

Any other parameter.

Value

Prints the results.

Details

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

Examples

Run this code
# NOT RUN {
data(wine)
X = wine[,4:21]
D = DistContinuous (X)
bootwine=BootDisMANOVA(D, wine$Group)
summary(bootwine)
# }

Run the code above in your browser using DataLab