Skip to content

Instantly share code, notes, and snippets.

@felixjung
Created April 8, 2015 17:19
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 felixjung/81f469b6c1d0007aefe5 to your computer and use it in GitHub Desktop.
Save felixjung/81f469b6c1d0007aefe5 to your computer and use it in GitHub Desktop.
SPL data
x = c(2.8, 1.2, 2.1, 1.6, 1.5, 4.6, 3.6, 2.1, 6.5, 4.6, 3.0, 1.3, 4.2)
y = c(9.4, 10.4, 10.8, 10.5, 18.4, 11.1, 2.6, 8.8, 5.0, 21.5, 6.7, 2.5, 5.6)
countries = c("Belgium", "Denmark", "France", "GB", "Ireland", "Italy", "Luxembourg", "Holland", "Portugal", "Spain", "USA", "Japan", "Germany")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment