Skip to content

bartongroup/statistics_course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages