context("EQ-5D HSDI")
pre <- read.csv("../testdata/pre.csv")$x
test_that("eqhsdi five digit gives correct answer", {
expect_equal(hsdi(pre, version="3L"), 0.56)
})
test_that("eqhsdi throws error", {
expect_error(hsdi(pre, version="3L", ignore.invalid=FALSE))
expect_error(hsdi(pre))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.