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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.