This is an R package containing my assignments for the course ‘computational inference with R’ at Utrecht University.

The documentation for this package is also available as a website at https://jasperhg90.github.io/meerkat/

Assignment 2 can be viewed here

Assignment 3 can be viewed here

If you install the package, you can also view the assignment by calling:

vignette("assignment2", library="meerkat")

Installation

You can install the package using the devtools library:

install.packages("devtools")
devtools::install_github("JasperHG90/meerkat")