Open avallecam opened 8 months ago
we can use as.function()
to solve this https://github.com/epiverse-trace/simulist/issues/107
Sorry @avallecam - I don't think I saw this although the issue is a month old; don't think I got a notification for some reason. Is this still an open issue or is it fixed now?
Is this still an open issue or is it fixed now?
Yes, it is still open. This depends on the status of the parameter_tbl
branch in epiparameter.
I think this type of workflow may also work for the code in https://github.com/epiverse-trace/epiparameter/discussions/269
@joshwlambert @pratikunterwegs as mentioned in https://github.com/epiverse-trace/epiparameter/pull/254#issuecomment-1986401401, testing the objects) in
epiparameter::distribution_tbl()
interfase I tried to connect multiple<epidist>
as inputs for one data for{cfr}
and the most relevant stuck was in trying to input thedelay_density
list column of functions (containing multiplepurrr::pmap()
.This is just exploration, so no urgency on my side to solve this. I wanted to show you this trial given the tibble output from epiparameter. This is not a feature to solve in either package, so posted this in a neutral space. The issue, I think, is on reminding or looking at how to input a function argument to the
.f
, stored in one list column.Created on 2024-03-08 with reprex v2.1.0