Skip to content

Instantly share code, notes, and snippets.

@seankross
Created November 11, 2012 01:25
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 seankross/4053295 to your computer and use it in GitHub Desktop.
Save seankross/4053295 to your computer and use it in GitHub Desktop.
Live R Coding with Cohen
# Cohen
setwd("~/Desktop/R")
source("~/Desktop/R/floridaModel.R")
floridaModel('F','GM',c(11,8,2011),c(11,8,2012))
@adebagussr
Copy link

Cohen

setwd("/Desktop/R")
source("
/Desktop/R/FloridaModel.R")
floridaModel('F', 'GM', c(11,8,2011),c(11.8,2012))

@adebagussr
Copy link

Cohen

setwd("/Desktop/R")
source("
/Desktop/R/floridaModel.R")
floridaModel('F','GM',c(11,8,2011),c(11,8,2012))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment