The headline figure of cpaic. Under population adjustment the component
effects are beta + Gamma x, so a component's rank is a function of the
target population x and components cross: the component that leads in
one population can trail in another. A single hierarchy, quoted without a
population, is therefore not a well-posed answer. This plot shows the whole
family of hierarchies at once.
Arguments
- x
A
cmlnmr()fit, or the data frame returned byrank_curve().- em
Name of the effect modifier to vary. Required when
xis a fit.- values
Numeric vector of target values for
em. Required whenxis a fit.- at
Optional named vector fixing the other effect modifiers.
- what, lower_is_better
See
cpaic_ranks().- metric
Which ranking metric to trace:
"sucra"(default),"mean_rank", or"p_best".- ...
Passed to
rank_curve()whenxis a fit.
References
Wigle A, Beliveau A, Nikolakopoulou A, Lin L (2026). Creating Treatment and Component Hierarchies in Component Network Meta-Analysis.
Examples
if (FALSE) {
plot_rank_curve(fit, em = "x1", values = seq(-1, 1, by = 0.25),
what = "component")
}