print.cor.matrix: Print method

View source: R/cor.matrix.R

print.cor.matrixR Documentation

Print method

Description

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

Usage

## 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 June 8, 2025, 1:21 p.m.