CRAN/E | enrichwith

enrichwith

Methods to Enrich R Objects with Extra Components

Installation

About

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.

Citation enrichwith citation info
github.com/ikosmidis/enrichwith
Bug report File report

Key Metrics

Version 0.3.1
R ≥ 3.0.0
Published 2020-01-10 1562 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks enrichwith results

Downloads

Yesterday 113 0%
Last 7 days 524 -34%
Last 30 days 2.803 +1%
Last 90 days 10.349 -20%
Last 365 days 35.296 -99%

Maintainer

Maintainer

Ioannis Kosmidis

ioannis.kosmidis@warwick.ac.uk

Authors

Ioannis Kosmidis

aut / cre

Material

README
NEWS
Reference manual
Package source

Vignettes

enriching glm objects
Bias reduction in generalized linear models using enrichwith
enriching family objects

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

enrichwith archive

Depends

R ≥ 3.0.0

Suggests

whisker
SuppDists
brglm
ggplot2
knitr
rmarkdown

Enhances

betareg
gnm
stats

Reverse Depends

mbrglm

Reverse Imports

brglm2