Flash Sale | 50% off
Get 50% off unlimited learning

bnma (version 1.6.0)

variance.tx.effects: Calculate correlation matrix for multinomial heterogeneity parameter.

Description

This function calculates correlation matrix from the variance matrix for heterogeneity parameter. Only used for multinomial.

Usage

variance.tx.effects(result)

Value

Returns correlation matrix

Arguments

result

Object created by network.run function

Examples

Run this code
#cardiovascular
network <- with(cardiovascular, {
 network.data(Outcomes, Study, Treat, N, response = "multinomial")
})
# \donttest{
result <- network.run(network)
variance.tx.effects(result)
# }

Run the code above in your browser using DataLab