network_graphs {CBnetworkMA}R Documentation

Plot treatment network

Description

Extracts graphs based on a model fit using the ‘networkMA’ function. The output of this function facilitates producing the network graphical display of treatment pair-wise comparisons.

Usage

network_graphs(ordmat,
               gamma=c(0.5,0.75,0.9,0.95,0.99))

Arguments

ordmat

The 'ordmat' object obtained from model fit using 'networMA' function.

gamma

Sequence of probabilities that represent lower-bound of pairwise comparison probabilities that are included to produce a network graph.

Details

This function takes as its input the MCMC iterates of the comparison matrix that is provided as an output to the 'networkMA' function and returns the sequence of pairwise comparison graphs associated with the lower bound pobabilities supplied in gamma.

Value

A list with the following entries

Examples

# See the example supplied in the help file for 'networkMA'

[Package CBnetworkMA version 0.1.0 Index]