Skip to content

Instantly share code, notes, and snippets.

@rshyam1
Created May 1, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rshyam1/1ad5c82bb3ccb8576c5d486b8a154291 to your computer and use it in GitHub Desktop.
Save rshyam1/1ad5c82bb3ccb8576c5d486b8a154291 to your computer and use it in GitHub Desktop.
Creating Continuency table for sex
#filter(credi_tbl_temp,default.payment.next.month==1) %>% group_by(SEX) %>% summarise(count(SEX))
table(credi_tbl_temp,credi_tbl_temp$SEX)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment