Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 418 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 418 Bytes

mixpack

The mixpack package is a pack of functions to deal with mixtures and to combine the components of a mixture using different approaches

Installation

mixpack is available in a very earlier version in rcran. It can be installed directly with

install.packages('mixpack')

The newest version can be installed with

# install.packages("devtools")
devtools::install_github('mcomas/mixpack')