logjac: Wrapper to abstractly evaluate log-Jacobian functions for...

Description Usage Arguments See Also Examples

View source: R/logjac.R

Description

Wrapper to abstractly evaluate log-Jacobian functions for transforms

Usage

1
logjac(x, link, linkparams)

Arguments

x

values at which to evaluate J(x)

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.

See Also

jac.log, jac.logit

Examples

1
bisque:::logjac(1, 'logit', list(NA))

bisque documentation built on March 26, 2020, 7:27 p.m.

Related to logjac in bisque...