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, ...)
as_bru_info(object, ...)
## S3 method for class 'bru_info'
as_bru_info(object, ...)
## S3 method for class 'bru'
as_bru_info(object, ...)
as_bru_model(object, ...)
## S3 method for class 'bru_model'
as_bru_model(object, ...)
## S3 method for class 'bru_info'
as_bru_model(object, ...)
## S3 method for class 'bru'
as_bru_model(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, ...)
... |
Additional arguments to be stored in the |
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 |
A |
verbose |
logical; If |
x |
An object to be printed |
A bru_info object
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 shows information about model
components and observation models.
as_bru_info(bru_info): Extract a bru_info object.
as_bru_model(bru_info): Extract a bru_model object.
as_bru_info(): Extract the bru_info object from an estimated bru()
result object. The default print method shows information about model
components and observation models.
as_bru_info(bru): Extract the bru_info object from an estimated bru()
result object.
as_bru_model(): Extract the bru_model object from an estimated bru()
result object.
as_bru_model(bru_model): Extract a bru_model object.
as_bru_model(bru): Extract the bru_model object from an estimated bru()
result object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.