rgcstats/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.

Getting started

Package details

AuthorRobert Clark
MaintainerRobert Clark <rclark@uow.edu.au>
LicenseGPL-2 | GPL-3
Version1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("rgcstats/blendedLink")
rgcstats/blendedLink documentation built on May 27, 2019, 7:22 a.m.