Wrong covariate display - part II

Issue #109 duplicate
maciekjswat created an issue

Now, the display of the covariate uses again some sort of 'cashed' data, unrelated to the model, e.g. the BLUB covariate is defined as the only covariate

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

The 'Covariate Model' displays

Continuous covariate BLUB
Transformation=W

and the Parameter Model

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

although 'W' is not defined in this case at all.

Comments (4)

  1. Mihai Glonț

    As a side note,

    Line 74

    <ct:SymbRef blkIdRef="c1" symbIdRef="W"/>
    

    and Line 137

    <ct:SymbRef blkIdRef="c1" symbIdRef="W"/>
    

    should probably refer to BLUB.

  2. Log in to comment