printCorTestDf {multiUS} | R Documentation |
CorTestDf
functionThe function prints the results of the CorTestDf
function.
printCorTestDf(l, digits = c(3, 3), format = NULL)
l |
Output of |
digits |
Vector of length two for the number of digits (the first element of a vector corresponds to the number of digits for correlation coeficients and the second element of a vector corresponds to the number of digits for p-values). |
format |
a vector of length two for the formatting of the oputput values. |
Aleš Žiberna
CorTestDf
corCars <- corTestDf(mtcars[, 3:5]) printCorTestDf(corCars, digits = c(2, 2))