ABCD-STUDY / analysis-nda

Collection of scripts to analyze ABCD release data
42 stars 36 forks source link

Early Call to Object #12

Closed healthykids closed 5 years ago

healthykids commented 5 years ago

Where this is run: nda18$eventname = factor(nda18$eventname, levels(nda18$eventname)[c(2,4,1,3)]) nda18 has not yet been initialized.

looks like nda18 is created 5 blocks lower (nda18 = t2[[1]])

HaukeBartsch commented 5 years ago

Yes, correct, thanks for reporting this bug. I just fixed this issue by moving the code down.