link: The log link

link.logR Documentation

The log link

Description

The log link function

Usage

link.log()

Arguments

No arguments

Details

This implements the link function g(x)=\log(x) on the domain (0, \infty).

Value

class

A character "0Inf" denotes the domain (0,\infty).

g

The link function g.

gInv

The inverse of the link function.

D.gInv

The derivative of the inverse link function.

DD.gInv

The second-order derivative of the link function.

Examples

a <- link.log()

GRCRegression documentation built on July 9, 2023, 5:52 p.m.