View source: R/bru.inference.R
bru_info | R Documentation |
The bru_info
class is used to store metadata about bru
models.
bru_info(...)
## S3 method for class 'character'
bru_info(method, ..., inlabru_version = NULL, INLA_version = NULL)
## S3 method for class 'bru'
bru_info(object, ...)
## S3 method for class 'bru_info'
summary(object, verbose = TRUE, ...)
## S3 method for class 'summary_bru_info'
print(x, ...)
## S3 method for class 'bru_info'
print(x, ...)
... |
Arguments passed on to other |
method |
character; The type of estimation method used |
inlabru_version |
character; inlabru package version. Default: NULL, for automatically detecting the version |
INLA_version |
character; INLA package version. Default: NULL, for automatically detecting the version |
object |
Object to operate on |
verbose |
logical; If |
x |
An object to be printed |
bru_info(character)
: Create a bru_info
object
bru_info(bru)
: Extract the bru_info
object from an estimated bru()
result object. The default print method show information about model
components and observation models.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.