rgeneric | R Documentation |
Define rgeneric methods.
The rgeneric default method.
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)
## Default S3 method:
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)
model |
the model defined as a function. See the 'rgeneric' vignette from the INLA package. |
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 arguments to be used internally for the model, for example, additional data. |
a inla.rgeneric
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.