Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. indic_2_vals <- (sapply(data_sub, function(x){length(unique(x))}))
  2.  
  3. indic_2_vals <- names(indic_2_vals[indic_2_vals <= 50])
  4.  
  5. data_sub <- data_sub[!(names(data_sub) %in% indic_test)]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement