The nodesplit_summary
class
nodesplit_summary
classThe nodesplit_summary
class contains posterior summary statistics for node-splitting models, as a result of calling summary()
on a nma_nodesplit
or nma_nodesplit_df
object.
Objects of class nodesplit_summary
are tibble data frames, with one row for each node-split comparison and columns:
trt1
, trt2
: Treatments forming the comparisonsummary
: A list column containing nma_summary objects with the posterior summaries and draws for each of the node-splitting parametersp_value
: Bayesian p-value for inconsistencydic
: A list column containing nma_dic objects, giving the model fit statisticsThe parameters included in summary
are:
d_net
: Network estimate from the corresponding consistency model, if availabled_dir
: Direct estimate from the node-splitting modeld_ind
: Indirect estimate from the node-splitting modelomega
: Inconsistency factor tau
: Heterogeneity standard deviation from the node-splitting model, if a random effects model was fittedtau_consistency
: Heterogeneity standard deviation from the corresponding consistency model, if available and if a random effects model was fittedUseful links