Package: enrichwith 0.3
enrichwith: Methods to Enrich R Objects with Extra Components
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:
enrichwith_0.3.tar.gz
enrichwith_0.3.zip(r-4.5)enrichwith_0.3.zip(r-4.4)enrichwith_0.3.zip(r-4.3)
enrichwith_0.3.tgz(r-4.4-any)enrichwith_0.3.tgz(r-4.3-any)
enrichwith_0.3.tar.gz(r-4.5-noble)enrichwith_0.3.tar.gz(r-4.4-noble)
enrichwith_0.3.tgz(r-4.4-emscripten)enrichwith_0.3.tgz(r-4.3-emscripten)
enrichwith.pdf |enrichwith.html✨
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 5 years agofrom:b78fbdcbd6. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 26 2024 |
R-4.5-win | OK | Oct 26 2024 |
R-4.5-linux | OK | Oct 26 2024 |
R-4.4-win | OK | Oct 26 2024 |
R-4.4-mac | OK | Oct 26 2024 |
R-4.3-win | OK | Oct 26 2024 |
R-4.3-mac | OK | Oct 26 2024 |
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.Rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2019-01-11
Started: 2016-09-02
Enriching family objects: exponential family of distirbutions
Rendered fromexponential_family.Rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2019-01-11
Started: 2017-10-15
Enriching glm objects
Rendered fromGLMs.Rmd
usingknitr::rmarkdown
on Oct 26 2024.Last update: 2019-01-11
Started: 2017-01-16