Functions & Formulae

Each applied formula has its own function page, with a signature, implementations, and tests.

Mixed-comparator construction function

q(w_j,C_j,E_j) = (C_mix,E_mix)

Maps the treatment shares and expected results of current-care options to a weighted mixed comparator.

  • Weighted mixed-comparator cost

    C_mix = sum_(j=1)^J (w_j * C_j)

    Calculates expected comparator cost as the treatment-share-weighted mean cost of the current-care options.

  • Weighted mixed-comparator outcome

    E_mix = sum_(j=1)^J (w_j * E_j)

    Calculates expected comparator outcome as the treatment-share-weighted mean outcome of the current-care options.