print.cor.matrix: Print method

Description Usage Arguments Value

View source: R/cor.matrix.R

Description

Print object of class "cor.matrix" in nice layout.

Usage

1
2
## S3 method for class 'cor.matrix'
print(x,digits=4,N=TRUE,CI=TRUE,stat=TRUE,p.value=TRUE,...)

Arguments

x

Object of class "cor.matrix".

digits

Number of digits to round to.

N

Logical. print a row for sample size.

CI

Logical. print a row for confidence intervals if they exist.

stat

Logical. print a row for test statistics.

p.value

Logical. print a row for p-values.

...

further arguments

Value

none


Deducer documentation built on May 2, 2019, 8:35 a.m.