printCorTestDf {multiUS}R Documentation

Print the results of the CorTestDf function

Description

The function prints the results of the CorTestDf function.

Usage

printCorTestDf(l, digits = c(3, 3), format = NULL)

Arguments

l

Output of corTestDf function.

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.

Author(s)

Aleš Žiberna

See Also

CorTestDf

Examples

corCars <- corTestDf(mtcars[, 3:5])
printCorTestDf(corCars, digits = c(2, 2))

[Package multiUS version 1.0.5 Index]