| cgeneric {INLA} | R Documentation |
cgeneric models
Description
A framework for defining latent models in C
Usage
inla.cgeneric.define(model = NULL, shlib = NULL, n = 0L, debug = FALSE, ...)
inla.cgeneric.q(cmodel = NULL)
Arguments
model |
The name of the model function |
shlib |
Name of the compiled object-file with |
n |
The size of the model |
debug |
Logical. Turn on/off debugging |
... |
Additional arguments, required by |
cmodel |
The name of a cgeneric model-object (output from
|
Author(s)
Havard Rue hrue@r-inla.org
[Package INLA version 25.06.13 Index]