cgeneric.define {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, ...)

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

Author(s)

Havard Rue hrue@r-inla.org


[Package INLA version 22.01.25 Index]