tests/testthat/test_qqNormalPlot.R

library(nipnTK)
context("Tests for qqNormalPlot")

svy <- dist.ex01
qqNormalPlot(svy$muac)
qqNormalPlot(svy$haz)
qqNormalPlot(svy$waz)
qqNormalPlot(svy$whz)

test_that("qqNormalPlot is NULL", {
  expect_is(qqNormalPlot(svy$muac), "NULL")
})

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.