Irena Papst

Results 12 issues of Irena Papst

when getting oriented to the `epidist` database using `epidist_db()`, it isn't immediately obvious which diseases, pathogens, and epi distributions are available for selection (_i.e._, for input into the first three...

see 6484d79 for a reprex not sure if this is intended behaviour or if it's a bug... i'm just trying to manually update some parameters in a `flexmodel_to_calibrate` object so...

bug

i was trying to install the package with ``` remotes::install_github("mac-theobio/[email protected]") ``` and i would get the following error ``` Downloading GitHub repo mac-theobio/[email protected] Error in utils::download.file(url, path, method = method,...

documentation

Currently, if one tries to calibrate a `flexmodel` with a simulation `start_date` that is the same as the date of the first _**non-`NA`**_ observation being calibrated to, the software will...

enhancement

Currently an error gets thrown when the user tries to run a model where the `flexmodel` definition (handled through functions like `add_rate()`, etc.) utilizes symbols that have not been passed...

enhancement

Not sure what's happening, so I thought I'd flag it here. Came across these issues in developing the waning model on the `ip_devel` branch, because I merged `master` into `ip_devel`...

Currently, the only way to vary parameters in time in the age-structured model is to scale an age-structure parameter vector (specified in the `params` list) by a single factor across...

In the age-structured model, if a parameter is input as a vector in the params list (where the vector length is equal to the number of age groups specified), it...

enhancement

See `sandbox/reprex_flex_timevar_backcompatibility.R` for a reproducible example. This code (as well as all my old forecasting code) works on the `ip_devel` branch. I pulled `master` into `ip_devel` before the `flex_timevar` merge.

bug

Was getting an error when trying to do `coef(fit, "all")` for `fit_pansim` fits if we didn't actually fit a base parameter (no values to update in the base params list)....

bug