Package: enrichwith 0.5.0
enrichwith: Methods to Enrich R Objects with Extra Components
Provides the "enrich()" method for augmenting list-like R objects with additional, model-specific components. Methods are currently available for objects of class "family", "link-glm", "lm", "glm", and "betareg". Enriched objects retain their original class and remain compatible with existing methods. For example, enriching a "glm" object produces an "enriched_glm" object that also inherits from "glm". In addition to the standard components, the "enriched_glm" object includes methods for simulation and functions to compute scores, observed and expected information matrices, first-order bias, and other model quantities such as densities, probabilities, and quantiles, which can be evaluated at use-supplied parameter values. The package also provides tools for generating customizable source code templates for the structured implementation of methods to compute new components and enrich arbitrary objects.
Authors:
enrichwith_0.5.0.tar.gz
enrichwith_0.5.0.zip(r-4.7)enrichwith_0.5.0.zip(r-4.6)enrichwith_0.5.0.zip(r-4.5)
enrichwith_0.5.0.tgz(r-4.6-any)enrichwith_0.5.0.tgz(r-4.5-any)
enrichwith_0.5.0.tar.gz(r-4.7-any)enrichwith_0.5.0.tar.gz(r-4.6-any)
enrichwith_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
enrichwith/json (API)
NEWS
| # Install 'enrichwith' in R: |
| install.packages('enrichwith', repos = c('https://ikosmidis.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/ikosmidis/enrichwith/issues
- endometrial - Histology grade and risk factors for 79 cases of endometrial cancer
Last updated from:fdd0dbb467. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 113 | ||
| source / vignettes | OK | 207 | ||
| linux-release-x86_64 | OK | 128 | ||
| macos-release-arm64 | OK | 129 | ||
| macos-oldrel-arm64 | OK | 183 | ||
| windows-devel | OK | 64 | ||
| windows-release | OK | 78 | ||
| windows-oldrel | OK | 84 | ||
| wasm-release | OK | 101 |
Exports:create_enrichwith_skeletonenrichenriched_glmget_auxiliary_functionsget_bias_functionget_dmodel_functionget_enrichment_optionsget_information_functionget_pmodel_functionget_qmodel_functionget_score_functionget_simulate_function
Dependencies:
Bias reduction in generalized linear models using enrichwith
Rendered frombias.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2025-09-08
Started: 2016-09-02
Enriching family objects: exponential family of distributions
Rendered fromexponential_family.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2025-09-08
Started: 2017-10-15
Enriching glm objects
Rendered fromGLMs.Rmdusingknitr::rmarkdownon May 29 2026.Last update: 2025-09-08
Started: 2017-01-16
