print.cor.matrix: Prints correlation matrices in HTML

Description Usage Arguments Value Author(s)

Description

Over-rides the print.cor.matrix method in package Deducer to render the correlation matrix in HTML.

Usage

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

Arguments

x

Object of class cor.matrix

digits

Number of significant digits

N

Logical indicating whether the number of observations should be printed.

CI

Logical indicating whether the confidence interval for the correlation coefficient should be printed.

stat

Logical indicating whether the test statistic used for significance testing should be printed.

p.value

Logical indicating whether the p-value should be printed.

...

Additional commands passed to the print method.

Value

Uses the cat function to display a character vector of length 1 containing the code to render a correlation matrix in HTML.

Author(s)

Bill Altermatt


DeducerRichOutput documentation built on May 2, 2019, 4:53 p.m.