library(nipnTK)
context("Tests for outliersUV")
svy <- rl.ex01
outuv <- svy[outliersUV(svy$muac), ]
test_that("outuv is data.frame", {
expect_is(outuv, "data.frame")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.