Type: Package
Package: mlfit
Title: Iterative Proportional Fitting Algorithms for Nested Structures
Version: 0.5.3
Date: 2021-10-08
Authors@R: 
    c(
        person(
            given = "Kirill",
            family = "Müller",
            role = c("aut", "cph"),
            comment = "Creator of the package"
        ),
        person(
            given = "Kay W.",
            family = "Axhausen",
            role = "ths",
            comment = "Advisor of Kirill Müller"
        ),
        person(
            given = "Amarin",
            family = "Siripanich",
            role = c("aut", "cre"),
            email = "amarin.siri@gmail.com",
            comment = "Contributed `ml_replicate()`"
        ),
        person(
            given = "Taha H.",
            family = "Rashidi",
            role = "ths",
            comment = "Advisor of Amarin Siripanich"
        )
    )
Description: The Iterative Proportional Fitting (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.
    The fitting algorithms include Iterative Proportional Updating <https://trid.trb.org/view/881554>,
    Hierarchical IPF <doi:10.3929/ethz-a-006620748>, Entropy Optimization <https://trid.trb.org/view/881144>,
    and Generalized Raking <doi:10.2307/2290793>. Additionally, a number of replication methods
    is also provided such as 'Truncate, replicate, sample' <doi:10.1016/j.compenvurbsys.2013.03.004>. 
License: GPL (>= 3)
URL: https://mlfit.github.io/mlfit/, https://github.com/mlfit/mlfit
BugReports: https://github.com/mlfit/mlfit/issues
Depends: methods
Imports: BB, dplyr, hms, kimisc, Matrix, plyr, tibble, forcats, rlang,
        utils, wrswoR, lifecycle
Suggests: covr, testthat (>= 3.0.0), MASS, sampling, XML, waldo
Encoding: UTF-8
RoxygenNote: 7.1.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2021-10-08 06:34:04 UTC; amarin
Author: Kirill Müller [aut, cph] (Creator of the package),
  Kay W. Axhausen [ths] (Advisor of Kirill Müller),
  Amarin Siripanich [aut, cre] (Contributed `ml_replicate()`),
  Taha H. Rashidi [ths] (Advisor of Amarin Siripanich)
Maintainer: Amarin Siripanich <amarin.siri@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-08 06:50:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:19:19 UTC; unix
