link-functions: Link functions in INLA

Description Usage Arguments Value Note Author(s)

Description

Define link-functions and its inverse

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25

Arguments

x

The argument. A numeric vector.

df

The degrees of freedom for the Student-t

inverse

Logical. Use the link (inverse=FALSE) or its inverse (inverse=TRUE)

Value

Return the values of the link-function or its inverse.

Note

The inv-functions are redundant, as inla.link.invlog(x) = inla.link.log(x, inverse=TRUE) and so on, but they are simpler to use a arguments to other functions.

Author(s)

Havard Rue hrue@r-inla.org


INBO-BMK/INLA documentation built on Dec. 4, 2019, 11:43 p.m.