workflowsets icon indicating copy to clipboard operation
workflowsets copied to clipboard

Support model formulas in workflow sets

Open hfrick opened this issue 1 year ago • 1 comments

When constructing a single workflow, I can pass a "model formula" via the formula argument of add_model(). I'd love to be able to do that when constructing a workflow set. This matters for models that need a model formula, e.g., mixed effects models or stratified survival models.

hfrick avatar Feb 29 '24 14:02 hfrick

Ah, I just came across update_workflow_model() while making some other changes, which does provide an API to pass a model formula to workflow sets!

Maybe this could be better documented?

simonpcouch avatar Mar 11 '24 16:03 simonpcouch