R
package for computing the exact distributions of some functions of the
ordered multinomial counts.
Since the package requires some code to be compiled, you need a working C++ compiler. To get it:
- On Windows, install Rtools.
- On Mac, install Xcode from the app store.
- On Linux,
sudo apt-get install r-base-dev
or similar.
Then, the easiest way to get the package is to install it from GitHub:
# install.packages("devtools")
devtools::install_github("sergioventurini/XOMultinom")
See the main help page of the package by executing ?XOMultinom
or run any of
the demos available in the package by executing the code
demo(demo_name, package = "XOMultinom")
.