The R package implementing the Potts-Ising model.

This is an R package. You can install it by issuing the following commands:
install.packages("devtools")
devtools::install_github("aaamini/pois")

Check out Basic Application for how to use some of the functionality.

To compare with other models, see pois_comparisons repository.

If you use this code please cite the following paper:

Zahra S. Razaee and Arash A. Amini, The Potts-Ising model for discrete multivariate data, NeurIPS 2020.