Skip to content

Instantly share code, notes, and snippets.

@paulboardman
Created February 24, 2013 22:14
Show Gist options
  • Save paulboardman/5025937 to your computer and use it in GitHub Desktop.
Save paulboardman/5025937 to your computer and use it in GitHub Desktop.
dta <- read.delim('some stuff', as.is=T)
lm1 <- lm(dta$blorg ~ dta$wibble)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment