Skip to content

Instantly share code, notes, and snippets.

@cdesante
Created October 23, 2012 15:53
Show Gist options
  • Save cdesante/3939612 to your computer and use it in GitHub Desktop.
Save cdesante/3939612 to your computer and use it in GitHub Desktop.
cast3
anes.year.gender <- melt(ANES, id=c("year", "female"), na.rm=TRUE)
head(anes.year.gender)
dim(anes.year.gender)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment