Plots

The network graph is

library(sna)
plotNetwork(nma_model)
write_data_to_file(params$nma_model)
write_results_table(params$nma_model, nma_res)

The pair-wise table is

knitr::kable(pairwiseTable(params$nma_model, nma_res))

The treatment effect forest plot of posterior samples is

txEffectPlot(params$nma_model, nma_res)

The rank probability grid is

rankProbPlot(params$nma_model, nma_res)


ICON-in-R/NMA documentation built on Nov. 14, 2023, 10:54 a.m.