ptsr.link | R Documentation |
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
.
ptsr.link(link = "log")
link |
character; one of |
The available links are:
log: f(x) = log(x)
log1: f(x) = log(x-1)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.