Print/Summary Function for RRPP
# S3 method for pairwise
summary(
object,
stat.table = TRUE,
test.type = c("dist", "VC", "var"),
angle.type = c("rad", "deg"),
confidence = 0.95,
show.vectors = FALSE,
...
)
Object from pairwise
Logical argument for whether results should be returned in one table (if TRUE) or separate pairwise tables (if FALSE)
Whether distances or vector correlations between vectors or variances (dispersion of residuals) should be used in the test.
If test.type = "VC", whether angle results are expressed in radians or degrees.
Confidence level to use for upper confidence limit; default = 0.95 (alpha = 0.05)
Logical value to indicate whether vectors should be printed.
Other arguments passed onto pairwise