x <- probit_gam(x = indicators.ALL, params = "MUAC", threshold = 210)
y <- probit_gam(x = indicators.ALL, params = "MUAC", threshold = 210)
test_that("output is numeric", {
expect_type(x, "double")
expect_type(y, "double")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.