/statistics_course

Figures for lectures on statistics

Primary LanguageR

Statistics course figures

R code to create figures for lecture series on statistics.

Usage

We recommend using RStudio. First, you need to install all the packages required by the project. This can be done using renv:

install.packages("renv")
renv::restore()

Then, the figures can be created using targets:

targets::tar_make()

This should create a subdirectory figures further divided into individual lectures.