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 |
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
-
cgeneric(default)
: This callsINLA::inla.cgeneric.define()
-
cgeneric(character)
: Method for whenmodel
is a character. E.g. cgeneric(model = "generic0") calls cgeneric_generic0
[Package INLAtools version 0.0.1 Index]