Genentech / jmpost

https://genentech.github.io/jmpost/
17 stars 4 forks source link

Add flexibility to generated quantities #288

Closed gowerc closed 7 months ago

gowerc commented 8 months ago

The current implementation of the generated quantities functions allows the users to provide a list of patients and a time grid as 2 independent arguments. The functions then predict the values for all patients at the given time grid.

Unfortunately this doesn't quite meet two common use cases which would be:

I think we potentially need 3 changes