Skip to content

Superfunction to run different model specs #42

Description

@DBecker7

The main provoc() function would still work as intended, but would accept list arguments to many of the parameters. The computations would be moved to another function that is easy to call from provoc(). All of the pre-computations would be the same for the lists of arguments, so this would be more efficient.

Some ideas:

  • method = c("provoc", "freyja", "alcov") would fit the same data/mutations with all three methods.
  • lineages = list(c("B.1.1.7", "B.1.617.2"), c("B,1,1,7", "B.617.2", "AY.4") would fit the model with each set of lineages (using the same mutation_defs matrix).
    • Supersedes a formula
  • A list of formulae would also be accepted

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions