Methods for bru_info objects
# S3 method for bru_info
summary(object, verbose = TRUE, ...)# S3 method for summary_bru_info
print(x, ...)
bru_info(...)
# S3 method for character
bru_info(method, ..., inlabru_version = NULL, INLA_version = NULL)
# S3 method for bru
bru_info(object, ...)
Object to operate on
logical; If TRUE
, include more details of the
component definitions. If FALSE
, only show basic component
definition information. Default: TRUE
Arguments passed on to other methods
A summary_bru_info
object to be printed
character; The type of estimation method used
character; inlabru package version. Default: NULL, for automatically detecting the version
character; INLA package version. Default: NULL, for automatically detecting the version