Learn R Programming

ExactMultinom 0.1.2

R-package to compute exact p-values for multinomial goodness-of-fit tests based on multiple test statistics, namely, Pearson's chi-square, the log-likelihood ratio and the probability mass statistic. Implements the algorithm detailed in Resin (2020) arXiv:2008.12682. Estimates based on the classical asymptotic chi-square approximation or Monte-Carlo simulation can also be computed.

To get started open the help files using ?ExactMultinom and try the code examples.

Copy Link

Version

Install

install.packages('ExactMultinom')

Monthly Downloads

191

Version

0.1.3

License

GPL (>= 2)

Maintainer

Johannes Resin

Last Published

January 9th, 2025

Functions in ExactMultinom (0.1.3)

multinom_test_cpp

C++ Function for Exact Multinomial Test
multinom.test

Multinomial Goodness-of-Fit Tests