Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 675 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 675 Bytes

#MultiLevelIPF Build Status

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.

Install using

library(devtools)
install_github("krlmlr/MultiLevelIPF")

(requires devtools 1.4 or later) or

library(devtools)
install_github("MultiLevelIPF", "krlmlr")

My kimisc package is also required.