tests/testthat/test_mlnbinom.R

context("mlnbinom")

## Error when data is Poisson.
expect_error(mlnbinom(c(1, 1, 1, 1)))

## Non-unique maximum likelihood.
expect_warning(mlnbinom(c(0, 0, 0)))


## Size argument works
expect_equal(unname(mlnbinom(seq(20), size = 20))[1], 20)

Try the univariateML package in your browser

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

univariateML documentation built on April 3, 2025, 11:09 p.m.