Skip to content

Instantly share code, notes, and snippets.

@jcquiroz
Created January 7, 2012 00:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jcquiroz/1573295 to your computer and use it in GitHub Desktop.
linear-model data
structure(list(nobs = 12, data = structure(list(x = c(2.3, 6.7,
7.5, 3.1, 4.6, 3.9, 8.7, 9.8, 10.1, 6.5, 7.3, 5.2), y = c(5,
13, 10, 5, 9, 8, 15, 20, 18, 13, 12, 9)), row.names = c(NA, -12L
), .Names = c("x", "y"), class = "data.frame")), .Names = c("nobs",
"data"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment