tests/testthat/test-03-BayeScanOpts.R

context('BayeScanOpts')

test_that('BayeScanOpts', {
	# tests implicit
	x <- BayeScanOpts(threads=1, reps=3, n=5000, thin=10, nbp=20, pilot=5000, burn=50000, fdr=0.1)
	# methods
	print(x)
	x
})
paleo13/bayescanr documentation built on May 24, 2019, 5:59 p.m.