powered by
Summarizes the results of a Bootstrap Manova based on distances.
# S3 method for BootDisMANOVA summary(object, Latex = FALSE, ...)
An object of class "BootDisMANOVA".
Should Latex tables be provided?
Any other parameter.
Prints the results.
Summarizes the results of a Bootstrap Manova based on distances including Latex tables.
# 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