tests/testthat/test-normal.R

# REQUIRE TEST Monte Carlo test normal ---------------------------------------------

test_that('REQUIRE TEST normal Monte Carlo', {
    set.seed(123)
    z <- znormal$new()
    test.normal <- z$mcunit(plot = FALSE)
    expect_true(test.normal)
})
IQSS/Zelig documentation built on Dec. 11, 2023, 1:51 a.m.