Description Usage Arguments Examples
This function calculates correlation matrix from the variance matrix for heterogeneity parameter. Only used for multinomial.
1 | variance.tx.effects(result)
|
result |
Object created by |
1 2 3 4 5 6 | #cardiovascular
network <- with(cardiovascular, {
network.data(Outcomes, Study, Treat, N, response = "multinomial")
})
result <- network.run(network)
variance.tx.effects(result)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.