Skip to contents

R functions used in the Computational Cognition Lab at Brooklyn College of CUNY.

Can be loaded directly from R command line

Make sure you have the devtools package installed and loaded

install.packages("devtools")
library(devtools)

Then, run in the console:

install_github("CrumpLab/crumplabr")