| cgeneric.define {INLA} | R Documentation |
A framework for defining latent models in C
inla.cgeneric.define(model = NULL, shlib = NULL, n = 0L, debug = FALSE, ...)
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 |
Havard Rue hrue@r-inla.org