Wrong covariate display

Issue #108 duplicate
maciekjswat created an issue

The following covariate model for body weight is defined

        <CovariateModel blkId="c1">
            <Covariate symbId="W">
                <Continuous>
                    <Transformation>
                        <math:Equation>
                            <ct:SymbRef symbIdRef="W"/>
                        </math:Equation>
                    </Transformation>
                </Continuous>
            </Covariate>
        </CovariateModel>

is wrongly displayed in the Covariate section as

Continuous covariate W
Transformation=log(W/70)

and in the parameter model

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

Comments (3)

  1. Log in to comment