tests/testthat/test-logitbayes.R

# REQUIRE TEST Monte Carlo test logitbayes -------------------------------------

test_that('REQUIRE TEST logitbayes Monte Carlo', {
    z <- zlogitbayes$new()
    test.logitbayes <- z$mcunit(nsim = 2000, ci = 0.99, plot = FALSE)
    expect_true(test.logitbayes)
})

Try the Zelig package in your browser

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

Zelig documentation built on Jan. 8, 2021, 2:26 a.m.