tests/testthat/test_outliersUV.R

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")
})

Try the nipnTK package in your browser

Any scripts or data that you put into this service are public.

nipnTK documentation built on June 22, 2024, 11:06 a.m.