itx {bisque}R Documentation

Named inverse transformation functions

Description

Evaluates the inverse of the named link function at the locations x.

Usage

itx(x, link, linkparams)

Arguments

x

Values at which to evaluate the inverse link function

link

Character vector specifying link function for which the inverse link function should be evaluated. Supports 'identity', 'log', and 'logit'.

linkparams

Optional list of additional parameters for link functions. For example, the logit function can be extended to allow mappings to any closed interval. There should be one list entry for each link function. Specify NA if defaults should be used.

Examples

bisque:::itx(0, 'logit', list(NA))


[Package bisque version 1.0.2 Index]