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