ptsr.link {PTSR} | R Documentation |
Create a Link for PTSR models
Description
Given the name of a link, this function returns a link function,
an inverse link function, the derivative d\eta / d\mu
and the derivative d\mu / d\eta
.
Usage
ptsr.link(link = "log")
Arguments
link |
character; one of |
Details
The available links are:
log: f(x) = log(x)
log1: f(x) = log(x-1)
Value
An object of class "link-ptsr"
, a list with components
linkfun |
Link function |
linkinv |
Inverse link function |
linkdif |
Derivative |
mu.eta |
Derivative |
name |
a name to be used for the link |
[Package PTSR version 0.1.2 Index]