Compiles both Stan programs used by epidemia. This is optional: models are compiled automatically the first time they are needed. Calling this once after installation (or after a CmdStan upgrade) moves the one-off compilation cost to a convenient time.

compile_epidemia(quiet = TRUE)

Arguments

quiet

If TRUE (the default), suppress compiler output.

Value

Invisibly, a named list of the compiled CmdStanModel objects.