A framework for defining latent models in C

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 model

n

The size of the model

debug

Logical. Turn on/off debugging

...

Additional arguments, required by inla.cgeneric.define() to be named arguments

cmodel

The name of a cgeneric model-object (output from inla.cgeneric.define

Author

Havard Rue hrue@r-inla.org