
Additive component network meta-analysis
network_component_meta.RdAdditive component network meta-analysis
Usage
network_component_meta(
object,
inactive = NULL,
sep_components = "+",
C_matrix = NULL,
level = 0.95
)Arguments
- object
A fitted
nma_marsobject.- inactive
Optional component with no active effect. Rows containing the inactive component are retained, but the inactive component column is removed from the additive model.
- sep_components
Separator used to split treatment names into components. Defaults to
"+".- C_matrix
Optional treatment-by-component matrix. Row names must match
object$treatments.- level
Confidence level for component and fitted-combination intervals.