-
a colleague of mine shared this work, which could potentially be incorporated as a feature of `macpan2` in some form, though i haven't looked at it in any depth: https://github.com/asimard1/automaticR…
-
Compartmental model structure pictures are already done in the GUI and, for example, in the [SEIRD vignette](https://como-dtc-collaboration.github.io/como-models/articles/SEIRD.html). This wouldn't ta…
-
Leapfrog is an extensible implementation of HIV EPP-ASM model which will act as a common code base for R, Spectrum and any other applications which want to use the model
Requirements
* A templated…
-
i imagine folks who work with compartmental models may occasionally want to simulate them stochastically. for example, me :)
david suggested using `adaptivetau` as opposed to implementing the Gille…
-
This has come up when running parallel analyses of BiSSE (#131) and compartmental models (issue?). The current workaround is to run R from the command line, which suggests that this problem is relate…
-
the \replaced, \added, and \deleted are undefined while converting latex to html.
```latex
\documentclass{article}
\usepackage{changes}
\title{\replaced{High-resolution volumetric imaging cons…
-
Dear Brian developers,
My name is Peter, and I'm a PhD student at the University of Waterloo in Chris Eliasmith's lab. My work involves incorporating biologically-detailed neuron models into the Ne…
-
See [https://epidemicsonnetworks.readthedocs.io/en/latest/EoN.html](https://epidemicsonnetworks.readthedocs.io/en/latest/EoN.html) for Python implementations - just the analytic solutions for now
-
(I don't think I have push access to this repo - may I get it?)
```r
library(macpan2)
library(macpan2helpers)
## with birth (D0)/death (D) distinct
sir1
-
As a general goal for the redesign of the backend, we want a situation where it is easy to create new models, or adapt existing models by copy-pasting a directory. The code could either be designed in…