R package to fit multivariate discrete probability distributions to count data. This package provides the core statistical fitting functions that the epicseg package is based on.
Install and load the devtools
package to be able to directly install R packages hosted on github :
install.packages("devtools")
library(devtools)
To install kfoots
type:
devtools::install_github("lamortenera/kfoots")