link.log {GRCRegression} | R 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 |
g |
The link function |
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()
[Package GRCRegression version 1.0 Index]