GMPtk / RVis

Open access PBPK modelling platform
MIT License
4 stars 1 forks source link

Parameter estimation with 4 data sets #4

Closed GeorgeLoizou closed 4 years ago

GeorgeLoizou commented 4 years ago

Imported 4 urinary metabolite excretion data sets for use in parameter estimation module. Set target accept rate to 0.4. Click on "Iterate" and the the "Stop" button is momentarily enabled before returning to Iterate. Simulation does not initiate.

Param_estimation_4_data_sets_no_sim

thehoglet commented 4 years ago

The cause of this is in McmcChain.

The code doesn't take into account duplicate RefNames for observations sets. Curine in this instance.

Fix is to include the set ID in the column name.

thehoglet commented 4 years ago

Fixed in v0.9.