Useful R packages

Just a short summary of some packages and tutorial I am using and like to use

The R bible: The R Book

Data handling

Packages:

The tidyverse packages:

loading Excel data with readxl

loading data with readr package

data handling with dplyr package

… and more in the the tidyverse package

Statistical analyses

Model quality

“performance” package

“Metrica” package (package)

Extracting results

“ggeffect” package to extract model estimates (package)

Plotting results

Related