bartongroup / statistics_course

Figures for lectures on statistics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Figures for lectures on statistics


Languages

Language:R 100.0%