Learn R Programming

RRPP (version 0.6.1)

summary.pairwise: Print/Summary Function for RRPP

Description

Print/Summary Function for RRPP

Usage

# 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,
  ...
)

Arguments

object

Object from pairwise

stat.table

Logical argument for whether results should be returned in one table (if TRUE) or separate pairwise tables (if FALSE)

test.type

Whether distances or vector correlations between vectors or variances (dispersion of residuals) should be used in the test.

angle.type

If test.type = "VC", whether angle results are expressed in radians or degrees.

confidence

Confidence level to use for upper confidence limit; default = 0.95 (alpha = 0.05)

show.vectors

Logical value to indicate whether vectors should be printed.

...

Other arguments passed onto pairwise