tests/testthat/test-06-probitBoot.R

test <- estimate_probit(x = indicators.ALL, w = testPSU, replicates = 9)

test_that("output has 3 rows", {
  expect_equal(nrow(test), 3)
})

test_that("output has 10 columns", {
  expect_equal(ncol(test), 10)
})
validmeasures/oldr documentation built on Feb. 12, 2025, 7:12 a.m.