Takes a create_INLA_dat output and plots a network graph.

plot_nma(s.id = "study", t.id = "treatment", data, title = "",
  adjust.figsizex = 1.1, adjust.figsizey = 1.1)

Arguments

s.id

Variable holding the study IDs for each study. The default is "study".

t.id

Variable holding the treatments for each study. The default is "treatment".

data

A create_INLA_dat object.

title

A character string indicating plot title.

adjust.figsizex

a positive number used to adjust the plot width. The default is 1.1.

adjust.figsizey

a positive number used to adjust the plot height. The default is 1.1.

Source

This function is taken from nma.networkplot function from pcnetmeta R package.

See also

pcnetmeta::nma.networkplot