blendedLink: A New Link Function that Blends Two Specified Link Functions

A new link function that equals one specified link function up to a cutover then a linear rescaling of another specified link function. For use in glm() or glm2(). The intended use is in binary regression, in which case the first link should be set to "log" and the second to "logit". This ensures that fitted probabilities are between 0 and 1 and that exponentiated coefficients can be interpreted as relative risks for probabilities up to the cutoff.

Version: 1.0
Imports: stats
Published: 2017-01-31
Author: Robert Clark
Maintainer: "Robert Clark" <rclark at uow.edu.au>
License: GPL-2 | GPL-3
NeedsCompilation: no
Citation: blendedLink citation info
CRAN checks: blendedLink results

Documentation:

Reference manual: blendedLink.pdf

Downloads:

Package source: blendedLink_1.0.tar.gz
Windows binaries: r-devel: blendedLink_1.0.zip, r-release: blendedLink_1.0.zip, r-oldrel: blendedLink_1.0.zip
macOS binaries: r-release (arm64): blendedLink_1.0.tgz, r-oldrel (arm64): blendedLink_1.0.tgz, r-release (x86_64): blendedLink_1.0.tgz, r-oldrel (x86_64): blendedLink_1.0.tgz
Old sources: blendedLink archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=blendedLink to link to this page.