cgeneric-class {INLAtools}R Documentation

A cgeneric model described in cgeneric().

Description

A cgeneric model described in cgeneric().

Usage

## Default S3 method:
cgeneric(model, debug = FALSE, useINLAprecomp = TRUE, libpath = NULL, ...)

## S3 method for class 'character'
cgeneric(model, ...)

Arguments

model

object class for what a cgeneric method exists. E.g., if it is a character, a specific function will be called: cgeneric("iid", ...") calls cgeneric_iid(...)

debug

integer, default is zero, indicating the verbose level. Will be used as logical by INLA.

useINLAprecomp

logical, default is TRUE, indicating if it is to be used the shared object pre-compiled by INLA. This is not considered if 'libpath' is provided.

libpath

string, default is NULL, with the path to the shared object.

...

additional arguments passed on to methods

Functions


[Package INLAtools version 0.0.1 Index]