Package: CoDaImpact Title: Interpreting CoDa Regression Models Version: 0.1.0 Authors@R: c( person("Lukas", "Dargel", role = c("aut", "cre"), email = "lukas.dargel@mailbox.org", comment = c(ORCID = "0000-0002-4839-506X")), person("Christine", "Thomas-Agnan", role = c("aut"), email = "christine.thomas@tse-fr.eu", comment = c(ORCID = "0000-0002-6430-3110")), person("Rodrigue", "Nasr", role = "ctb"), person("Sijia", "Pan", role = "ctb"), person("Iban", "Rendo Barreiro", role = "ctb"), person("Shuyao", "Li", role = "ctb")) Description: Provides methods for interpreting CoDa (Compositional Data) regression models along the lines of "Pairwise share ratio interpretations of compositional regression models" (Dargel and Thomas-Agnan 2024) . The new methods include variation scenarios, elasticities, elasticity differences and share ratio elasticities. These tools are independent of log-ratio transformations and allow an interpretation in the original space of shares. 'CoDaImpact' is designed to be used with the 'compositions' package and its ecosystem. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 URL: https://github.com/LukeCe/CoDaImpact, https://lukece.github.io/CoDaImpact/ BugReports: https://github.com/LukeCe/CoDaImpact/issues Imports: methods, compositions Depends: R (>= 2.10) LazyData: true Suggests: rmarkdown, knitr, sf, tinytest VignetteBuilder: knitr Repository: https://lukece.r-universe.dev Date/Publication: 2024-03-22 11:20:21 UTC RemoteUrl: https://github.com/lukece/codaimpact RemoteRef: HEAD RemoteSha: 087a5122afbf3fe39350d914573e83a71c870d4e NeedsCompilation: no Packaged: 2026-06-19 09:01:50 UTC; root Author: Lukas Dargel [aut, cre] (ORCID: ), Christine Thomas-Agnan [aut] (ORCID: ), Rodrigue Nasr [ctb], Sijia Pan [ctb], Iban Rendo Barreiro [ctb], Shuyao Li [ctb] Maintainer: Lukas Dargel