Learn R Programming

GRCRegression (version 1.0)

link.log: The log link

Description

The log link function

Usage

link.log()

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.

Arguments

No arguments

Details

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

Examples

Run this code
a <- link.log()

Run the code above in your browser using DataLab