Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.02 KB

README.md

File metadata and controls

28 lines (21 loc) · 1.02 KB

Individual.jl

Documentation Tests

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.

Installation

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")