ODE model functions should accept vectors of infection parameters
Closed this issue · 0 comments
pratikunterwegs commented
This issue is to request that model functions should accept vectors of infection parameters.
- The expected use case is laid out in this discussion, and in #20;
- Options for the new API for model functions is discussed in #160, with toy examples shown in this Gist;
- This change is initially expected to be rolled out for the Rcpp implementations of ODE models only; see #162;
- Parameter input vectors are expected to follow Tidyverse recycling rules;
- Following this change, model functions are expected to return a nested data.frame or data.table, with one row per parameter combination.