plot_cor_cat: Plots correlation matrix for categorical variables

Description Usage Arguments Examples

View source: R/to_clean_and_move_somewhere_else.R

Description

Plots correlation matrix for categorical variables

Usage

1
2
plot_cor_cat(dt, levels_max = 1000, print = TRUE,
  simulate.p.value = FALSE)

Arguments

print

Examples

1
2
3
library(data.table); library(magrittr)
set.seed(2016)
sample(LETTERS[1:4], 10000, replace = TRUE, prob = c(0.1, 0.2, 0.65, 0.05)) %>% plot_cor_cat()

m-dz/mdmisc documentation built on May 22, 2019, 12:23 p.m.