Skip to content

Instantly share code, notes, and snippets.

@ustroetz
Created April 13, 2014 09:24
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 ustroetz/10576181 to your computer and use it in GitHub Desktop.
Save ustroetz/10576181 to your computer and use it in GitHub Desktop.
costData <- read.csv("~/Downloads/MT/data/producedData/costData.csv")
View(costData)
nrow(costData[costData$C > 200,])
costData[costData$C > 522,]
costData[costData$C > 200,]
fit <- lm(C ~ TPA+VPT+S+SD, data=costData)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment