context("EQ-5D-Y")
test_that("EQ-5D-Y Belgium gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Belgium"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=3,PD=2,AD=1), "Belgium"), 0.516)
expect_equal(eq5dy3l(c(MO=3,SC=2,UA=1,PD=2,AD=3), "Belgium"), 0.264)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Belgium"), 0.525)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Belgium"), -0.475)
})
test_that("EQ-5D-Y Brazil gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Brazil"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=1,PD=1,AD=1), "Brazil"), 0.897)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Brazil"), 0.499)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Brazil"), -0.006)
})
test_that("EQ-5D-Y China gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "China"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=1,PD=1,AD=1), "China"), 0.977)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "China"), 0.742)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "China"), -0.089)
})
test_that("EQ-5D-Y Germany gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Germany"), 1)
expect_equal(eq5dy3l(c(MO=2,SC=1,UA=1,PD=1,AD=1), "Germany"), 0.976)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=3,AD=3), "Germany"), 0.052)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Germany"), 0.614)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Germany"), -0.283)
})
test_that("EQ-5D-Y Hungary gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Hungary"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=3,PD=2,AD=1), "Hungary"), 0.577)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Hungary"), 0.614)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Hungary"), -0.485)
})
test_that("EQ-5D-Y Indonesia gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Indonesia"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=3,PD=1,AD=2), "Indonesia"), 0.791)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Indonesia"), 0.583)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Indonesia"), -0.086)
})
test_that("EQ-5D-Y Japan gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Japan"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=1,PD=1,AD=1), "Japan"), 0.957)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Japan"), 0.753)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Japan"), 0.288, tolerance = .0011)
})
test_that("EQ-5D-Y Netherlands gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Netherlands"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=3,UA=2,PD=1,AD=3), "Netherlands"), 0.489)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Netherlands"), 0.671)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Netherlands"), -0.218)
})
test_that("EQ-5D-Y Slovenia gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Slovenia"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=2), "Slovenia"), 0.883)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=3,PD=2,AD=1), "Slovenia"), 0.469, tolerance = .0011)
expect_equal(eq5dy3l(c(MO=2,SC=1,UA=2,PD=1,AD=2), "Slovenia"), 0.694)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Slovenia"), 0.485, tolerance = .0011)
expect_equal(eq5dy3l(c(MO=2,SC=3,UA=2,PD=3,AD=2), "Slovenia"), 0.010)
expect_equal(eq5dy3l(c(MO=3,SC=1,UA=1,PD=3,AD=3), "Slovenia"), -0.148)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=2,AD=2), "Slovenia"), -0.128, tolerance = .0011)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Slovenia"), -0.691)
})
test_that("EQ-5D-Y Spain gives correct answer", {
expect_equal(eq5dy3l(c(MO=1,SC=1,UA=1,PD=1,AD=1), "Spain"), 1)
expect_equal(eq5dy3l(c(MO=1,SC=2,UA=1,PD=1,AD=1), "Spain"), 0.949)
expect_equal(eq5dy3l(c(MO=2,SC=2,UA=2,PD=2,AD=2), "Spain"), 0.458)
expect_equal(eq5dy3l(c(MO=3,SC=3,UA=3,PD=3,AD=3), "Spain"), -0.539)
})
context("EQ-5D-Y Incorrect params")
test_that("EQ-5D-Y throws error for incorrect parameters", {
expect_error(eq5dy3l(c(MO=1,SC=2,UA=5,PD=2,AD=1), "Slovenia"))
expect_error(eq5dy3l(c(M0=1,SC=2,UA=5,PD=2,AD=1), "Slovenia"))
expect_error(eq5dy3l(c(MO=1,SC=2,UA=3,PD=2,AD=1), "Liechtenstein"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.