项目作者: nianqiaoju

项目描述 :
This repository contains code for the paper `Sequential Monte Carlo algorithms for agent-based models of disease transmission' by Nianqiao (Phyllis) Ju, Jeremy Heng and Pierre Jacob.
高级语言: R
项目地址: git://github.com/nianqiaoju/agents.git
创建时间: 2021-01-25T21:36:25Z
项目社区:https://github.com/nianqiaoju/agents

开源协议:

下载


This repository contains code for the paper `Sequential Monte Carlo algorithms for agent-based models of disease transmission’ by Nianqiao (Phyllis) Ju, Jeremy Heng and Pierre Jacob.

Installation

The package can be installed from R via:

  1. # install.packages("devtools")
  2. devtools::install_github("nianqiaoju/agents")

It depends on the packages Rcpp, RcppEigen, igraph, which can be
installed via:

  1. install.packages(c("Rcpp", "RcppEigen","igragh"))

Additionally you might want to install other packages, to help with
parallel computation and to compare run-time of algorithms:

  1. install.packages(c("doParallel", "doRNG", "tictoc"))

and to help with manipulating results and plotting:

  1. install.packages(c("dplyr", "ggplot2", "ggtheme"))

although these packages are not strictly required.