cgeneric-class {INLAtools} | R Documentation |
The cgeneric
class for cgeneric()
.
Description
The cgeneric
class for cgeneric()
.
Usage
## S3 method for class 'character'
cgeneric(
model,
debug = FALSE,
package,
useINLAprecomp = TRUE,
libpath = NULL,
...
)
cgeneric_libpath(fName, package, useINLAprecomp = FALSE, debug = FALSE)
Arguments
model |
object class for what a |
debug |
integer, used as verbose in debug. |
package |
character giving the name of the package
that contains the |
useINLAprecomp |
logical, indicating if it is to use the shared object previously copied and compiled by INLA. |
libpath |
character, to inform the full path to the
shared dynamic library object (this override the
arguments |
... |
additional arguments passed to to methods.
Some arguments can be used to define specific behavior,
such as |
fName |
character with the name of the function
used to build the |
Details
Method for when model
is a character.
E.g. cgeneric(model = "generic0")
calls cgeneric_generic0
Value
character containing the path to the shared lib
Functions
-
cgeneric(character)
: This callsINLA::inla.cgeneric.define()
-
cgeneric_libpath()
: Get the shared lib path to use in acgeneric
model