to_correlation_matrix {tidycomm} | R Documentation |
Create correlation matrix
Description
Turns the tibble exported from correlate
into a correlation
matrix.
Usage
to_correlation_matrix(data, verbose = FALSE)
Arguments
data |
|
verbose |
A logical, defaulted to |
Value
a tdcmm model
Examples
WoJ %>% correlate() %>% to_correlation_matrix()
[Package tidycomm version 0.4.1 Index]