rgeneric-class | R Documentation |
rgeneric
class for rgeneric()
.The rgeneric
class for rgeneric()
.
## 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)
model |
a |
... |
additional parameter such as 'theta' If 'theta' is not supplied, initial will be taken. |
theta |
the parameter. |
graph(inla.rgeneric)
: The graph method for 'inla.rgeneric'
prec(inla.rgeneric)
: The precision method for an inla.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'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.