# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "enrichwith" in publications use:' type: software license: - GPL-2.0-only - GPL-3.0-only title: 'enrichwith: Methods to Enrich R Objects with Extra Components' version: '0.3' identifiers: - type: doi value: 10.32614/CRAN.package.enrichwith abstract: Provides the "enrich" method to enrich list-like R objects with new, relevant components. The current version has methods for enriching objects of class 'family', 'link-glm', 'lm', 'glm' and 'betareg'. The resulting objects preserve their class, so all methods associated with them still apply. The package also provides the 'enriched_glm' function that has the same interface as 'glm' but results in objects of class 'enriched_glm'. In addition to the usual components in a `glm` object, 'enriched_glm' objects carry an object-specific simulate method and functions to compute the scores, the observed and expected information matrix, the first-order bias, as well as model densities, probabilities, and quantiles at arbitrary parameter values. The package can also be used to produce customizable source code templates for the structured implementation of methods to compute new components and enrich arbitrary objects. authors: - family-names: Kosmidis given-names: Ioannis email: ioannis.kosmidis@warwick.ac.uk preferred-citation: type: manual title: 'enrichwith: Methods to enrich list-like R objects with extra components' authors: - family-names: Kosmidis given-names: Ioannis email: ioannis.kosmidis@warwick.ac.uk notes: R package version 0.3 url: https://github.com/ikosmidis/enrichwith repository: https://ikosmidis.r-universe.dev repository-code: https://github.com/ikosmidis/enrichwith commit: b78fbdcbd6a843479ff1596b6a56c78205f8b6a2 url: https://github.com/ikosmidis/enrichwith contact: - family-names: Kosmidis given-names: Ioannis email: ioannis.kosmidis@warwick.ac.uk