Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 576 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 576 Bytes

kfoots

Build Status

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.

Installation

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