rgeneric-class {INLAtools} | R Documentation |
The rgeneric
class for rgeneric()
.
Description
The rgeneric
class for rgeneric()
.
Usage
## S3 method for class 'inla.rgeneric'
graph(model, ...)
## S3 method for class 'inla.rgeneric'
prec(model, ...)
## S3 method for class 'inla.rgeneric'
initial(model)
## S3 method for class 'inla.rgeneric'
mu(model, theta)
## S3 method for class 'inla.rgeneric'
prior(model, theta)
Arguments
model |
a |
... |
additional parameter such as 'theta' If 'theta' is not supplied, initial will be taken. |
theta |
the parameter. |
Functions
-
graph(inla.rgeneric)
: The graph method for 'inla.rgeneric' -
prec(inla.rgeneric)
: The precision method for aninla.rgeneric
object. -
initial(inla.rgeneric)
: The initial method for 'inla.rgeneric' -
mu(inla.rgeneric)
: The mu method for 'inla.rgeneric' -
prior(inla.rgeneric)
: The prior metho for 'inla.rgeneric'
[Package INLAtools version 0.0.4 Index]