8000 GitHub - kevinvzandvoort/covid_svk
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

kevinvzandvoort/covid_svk

Repository files navigation

IBM model code

Complements analysis for "The effectiveness of population-wide, rapid antigen test based screening in reducing SARS-CoV-2 infection prevalence in Slovakia"

Dependencies

R packages:

  install.packages("Rcpp", "RcppGSL", "data.table", "ggplot2", "patchwork", "readxl", "distcrete", "qs", "tictoc")

C++ libraries

#include <iostream>
#include <vector>
#include <cstdlib>
#include <Rcpp.h>
#include <omp.h>
#include <gsl/gsl_rng.h>
#include <gsl/gsl_randist.h>
  • To run model scenarios, use script: scenario_modelling.R ** calls ./scripts/functions.R ** calls ./scripts/read_data.R ** compiles ./model/covidIBM.cpp

  • To create plots from output, use script: process_outputs.R

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0