danielmarlay / MultiLevelIPF

Implementation of algorithms that extend IPF to nested structures

Home Page:https://krlmlr.github.io/MultiLevelIPF/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rcc codecov.io Codecov test coverage

Implementation of algorithms that extend IPF to nested structures.

The IPF algorithm operates on count data. This package offers implementations for several algorithms that extend this to nested structures: “parent” and “child” items for both of which constraints can be provided.

Powered by

Related work

Installation

The package is not currently on CRAN, but can be installed from GitHub with:

# install.packages("devtools")
devtools::install_github("krlmlr/mlfit")

Where is MultiLeveLIPF?

From version 0.4.0 onwards the package is now to be known as mlfit. If you would like to install any version that is older than 0.4.0 please use:

# See https://github.com/krlmlr/mlfit/releases for the releases that are available
# To install a certain branch or commit or tag, append it to the repo name, after an @:
devtools::install_github("krlmlr/MultiLevelIPF@v0.3-7")

About

Implementation of algorithms that extend IPF to nested structures

https://krlmlr.github.io/MultiLevelIPF/


Languages

Language:R 96.8%Language:Shell 3.0%Language:Makefile 0.1%