Calvagone / campsis

A generic PK/PD simulation platform based on rxode2 and mrgsolve engines.
https://calvagone.github.io/
GNU General Public License v3.0
8 stars 3 forks source link

Study replication not working with scenarios #72

Closed luyckxn closed 2 years ago

luyckxn commented 2 years ago

If an output function is specified (like PI for computing the prediction interval on the replicate output) AND scenarios are used, an error message is raised: Error: Can't find column ARM in .data.

This is because the 'ARM' column is assumed to be there when adding the SCENARIO column. This needs to be fixed. Current workaround is simply to add a fictive ARM column.