print.CorTable | R Documentation |
CorTable
objectPrint a CorTable
object
## S3 method for class 'CorTable'
print(x, type = c("full", "r/p", "r/h"), alpha = 0, digits = 2, ...)
x |
a |
type |
The type of table to print.
|
alpha |
Correlations with a p-value below this value will be highlighted with an asterisk. |
digits |
Digits to round the values by. p-values will be rounded by this value +1 |
... |
Ignored |
The printed character matrix is silently returned.
Sercan Kahveci
test<-CorTable(mtcars,holdout.goal="flip")
print(test)
test<-CorTable(mtcars,holdout.goal="nsig")
print(test,type="r/h")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.