| rgeneric-class | R Documentation |
INLA.Organize data for the latent GMRF R interface for INLA.
The rgeneric default method.
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)
## Default S3 method:
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)
## S3 method for class 'rgeneric'
rgeneric(model, ...)
## S3 method for class 'inla.rgeneric'
rgeneric(model, ...)
## S3 method for class 'rgeneric'
graph(model, ...)
## S3 method for class 'rgeneric'
prec(model, ...)
## S3 method for class 'rgeneric'
initial(model)
## S3 method for class 'rgeneric'
mu(model, theta)
## S3 method for class 'rgeneric'
prior(model, theta)
model |
a |
debug |
logical indicating debug state. |
compile |
logical indicating to compile the model. |
optimize |
logical indicating if only the elements of the precision matrix are returned. |
... |
additional parameter such as 'theta' If 'theta' is not supplied, initial will be taken. |
theta |
the parameter. |
rgeneric/ inla.rgeneric object.
rgeneric(rgeneric): Returns the model object unchanged.
rgeneric(inla.rgeneric): Converts a regular inla.rgeneric object to rgeneric.
graph(rgeneric): The graph method for 'rgeneric'
prec(rgeneric): The precision method for an rgeneric object.
initial(rgeneric): The initial method for 'rgeneric'
mu(rgeneric): The mu method for 'rgeneric'
prior(rgeneric): The prior metho for 'rgeneric'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.