-
-
Save dsquintana/195d19d2448f1ac145de9b44ad94d1ce to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h_dat_s <- syn(h_dat, m = 1, seed = 1969) | |
compare(h_dat_s, h_dat, | |
stat = "counts", # Selecting counts instead of percentage | |
cols = c("#62B6CB", "#1B4965")) # Changing colours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment