21 Mar 2018 - Written by Dominique Makowski

Go to main menu.

Installing R and R studio

Guide

Install R and R Studio

Install the psycho package

If you’ve never used psycho, enter one of the following in the console and press enter:

# This for the stable version:
install.packages("psycho")

# Or this for the dev version:
install.packages("devtools")
library(devtools)
devtools::install_github("neuropsychology/psycho.R")

Else, just put this at the beginning of every script:

library(psycho)

Previous blogposts