tests/testthat/test-data.R

context("ANES2016: test internal data ANES2016")

test_that("ANES2016", {
  #
  # Adjacent Categories Regression Model Example to compare different residuals
  #

  data("ANES2016")

  # Expectations
  expect_is(ANES2016, "data.frame")
})
XiaoruiZhu/parasol documentation built on Feb. 12, 2024, 7:34 a.m.