compdesc | R Documentation |
The function performs a descriptive analysis regarding the frequency of the components in the network meta-analysis model.
compdesc(model, sep = "+", heatmap = TRUE, percentage = TRUE, digits = 2)
model |
An object of class |
sep |
A single character that defines the separator between interventions components. |
heatmap |
|
percentage |
|
digits |
A single integer value that specifies the percentages' decimal places in the |
A list containing three items
crosstable |
A cross-table containing the frequency of the components. Each cell represents the number of arms where the corresponding component combination was observed. |
frequency |
A
|
heatmat |
An object of class |
The function can be applied only in network meta-analysis models that contain multi-component interventions.
data(nmaMACE) compdesc(model = nmaMACE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.