Skip to content

Instantly share code, notes, and snippets.

@alexkyllo
Created August 29, 2015 20:57
Show Gist options
  • Select an option

  • Save alexkyllo/161fe438e38347c222c5 to your computer and use it in GitHub Desktop.

Select an option

Save alexkyllo/161fe438e38347c222c5 to your computer and use it in GitHub Desktop.
LeBel.Vess.Study1 <- read.csv("https://osf.io/suza9/?action=download&version=1")
completeCases = subset(LeBel.Vess.Study1, completeCases==1)
cor.test(as.numeric(completeCases$attAnx), as.numeric(completeCases$warmFoods))
plot(as.numeric(completeCases$attAnx), as.numeric(completeCases$warmFoods))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment