issue with displaying covariates

Issue #45 resolved
maciekjswat created an issue

The way the covariates in the parameter model are displayed right now is not correct. For instance, in the example1.xml from the spec release, the covariate body weight, W, is used:

Continuous covariate W

with transformation

Transformation=log(W/70)

When merging with the parameter model, the transformed form should be used, i.e. instead of

log(V)=(log(pop_V)+((W×beta_V)+eta_V))

it should be

log(V)=(log(pop_V)+((log(W/70)×beta_V)+eta_V))

Comments (3)

  1. Log in to comment