Installing R and R studio
Guide
Install R and R Studio
- Go here: https://cloud.r-project.org/
- Download the last version for your OS
- Install it
- Go here: https://www.rstudio.com/products/rstudio/download/#download
- Download the right version for your OS
- Install it
- Start 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
- Copy/paste t-tests Directly to Manuscripts
- APA Formatted Bayesian Correlation
- Fancy Plot (with Posterior Samples) for Bayesian Regressions
- How Many Factors to Retain in Factor Analysis
- Beautiful and Powerful Correlation Tables
- Format and Interpret Linear Mixed Models
- How to do Repeated Measures ANOVAs
- Standardize (Z-score) a dataframe
- Compute Signal Detection Theory Indices