print.cor.matrix | R Documentation |
Print object of class "cor.matrix"
in nice layout.
## S3 method for class 'cor.matrix'
print(x,digits=4,N=TRUE,CI=TRUE,stat=TRUE,p.value=TRUE,...)
x |
Object of class |
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 |
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.