Individual.jl is a package which uses Catlab.jl, especially attributed C-Sets to create a set of data types and methods useful for building individual-based epidemiological models. It is inspired by the R software individual. Please read our documentation website to learn more about the package.
To install the version at the Julia general repository:
using Pkg
Pkg.add("Individual")
You can install directly from GitHub with:
using Pkg
Pkg.add(url="https://github.com/slwu89/Individual.jl")