Skip to content

R package for computing the exact distributions of some functions of the ordered multinomial counts

License

Notifications You must be signed in to change notification settings

sergioventurini/XOMultinom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XOMultinom

CRAN status Travis build status

Overview

Current release: 0.4.0
R version required: at least 3.6.0

R package for computing the exact distributions of some functions of the ordered multinomial counts.

Installation

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").

About

R package for computing the exact distributions of some functions of the ordered multinomial counts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published