Skip to content

Instantly share code, notes, and snippets.

@jamie23
Last active August 29, 2015 14:00
Show Gist options
  • Save jamie23/ec29158ffd09859b2203 to your computer and use it in GitHub Desktop.
Save jamie23/ec29158ffd09859b2203 to your computer and use it in GitHub Desktop.
Removed comments for dissertation.
dataSmall <- read.delim("//Users//jamie//Programming//R//Dissertation//SmallData.out", row.names = 1)
dataBig <- read.delim("//Users//jamie//Programming//R//Dissertation//LargeData.tab", row.names = 1)
dataComplete <- merge(dataSmall,dataBig,by="row.names")
dataComplete[1]<-NULL
cl = na.omit(dataComplete)
cl = scale(cl)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment