Skip to content

Instantly share code, notes, and snippets.

@mages
Last active August 29, 2015 07:02
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 mages/c013c5a5f7158fb327fb to your computer and use it in GitHub Desktop.
Save mages/c013c5a5f7158fb327fb to your computer and use it in GitHub Desktop.
temp <- c(11.9,14.2,15.2,16.4,17.2,18.1,18.5,19.4,22.1,22.6,23.4,25.1)
units <- c(185L,215L,332L,325L,408L,421L,406L,412L,522L,445L,544L,614L)
log_units <- log(units)
n <- length(units)
market.size <- rep(800, n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment