INLA.Organize data for the latent GMRF R interface for INLA.
The rgeneric default method.
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)# S3 method for default
rgeneric(model, debug = FALSE, compile = TRUE, optimize = TRUE, ...)
# S3 method for rgeneric
rgeneric(model, ...)
# S3 method for inla.rgeneric
rgeneric(model, ...)
# S3 method for rgeneric
print(x, ...)
# S3 method for rgeneric
summary(object, ...)
# S3 method for rgeneric
plot(x, y, ...)
rgeneric/ inla.rgeneric object.
For the default method, the model defined as a function. See the 'rgeneric' vignette from the INLA package.
logical indicating debug state.
logical indicating to compile the model.
logical indicating if only the elements of the precision matrix are returned.
not used
a rgeneric object
a rgeneric object
not used
rgeneric(rgeneric): Returns the model object unchanged.
rgeneric(inla.rgeneric): Converts a regular inla.rgeneric object to rgeneric.
print(rgeneric): Print the rgeneric object
summary(rgeneric): A summary for a rgeneric object
plot(rgeneric): A plot for a rgeneric object