Package: MARMoT Title: Matching on Poset-Based Average Rank for Multiple Treatments (MARMoT) Version: 0.0.4 Authors@R: c( person("Alberto", "Calore", email = "calorealberto57@gmail.com", role = c("aut", "cre")), person("Pietro", "Belloni", email = "pietro.belloni@unipd.it", role = c("aut")), person("Margherita", "Silan", email = "margherita.silan@unipd.it", role = c("aut")) ) Description: It contains the function to apply MARMoT balancing technique discussed in: Silan, Boccuzzo, Arpino (2021) , Silan, Belloni, Boccuzzo, (2023) ; furthermore it contains a function for computing the Deloof's approximation of the average rank (and also a parallelized version) and a function to compute the Absolute Standardized Bias. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Imports: parallel, parsec, stats Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 3.5.0) LazyData: true Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://albertocalore.r-universe.dev Date/Publication: 2024-08-16 08:24:20 UTC RemoteUrl: https://github.com/albertocalore/marmot RemoteRef: HEAD RemoteSha: 40d2980587c06cfa86b46a9d0ac7d3e8eae3953f NeedsCompilation: no Packaged: 2026-07-03 08:51:09 UTC; root Author: Alberto Calore [aut, cre], Pietro Belloni [aut], Margherita Silan [aut] Maintainer: Alberto Calore