Nothing
context("mtc.model with duplicated arms")
test_that("mtc.model refuses duplicated arms", {
network <- mtc.network(read.table(textConnection("
study treatment mean std.dev sampleSize
s01 A 2.0 0.5 20
s01 B 1.8 0.5 20
s01 B 1.5 0.5 20"), header=T))
expect_warning(expect_error(mtc.model(network)))
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.