Created
December 7, 2016 21:40
-
-
Save aammd/dfa6d4983096aff91edc7fbcb557ed6d 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
library(map) | |
library(rucrdtw) | |
map(list(first = 33, second = 19, third = 7), ~ ucred_mv(synthetic_control[-.x,], synthetic_control[.x,], byrow= TRUE)) %>% map_dbl("distance") %>% tibble::enframe(.) | |
# consider also adding this to that shiny app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment