summary.bru_like {inlabru} | R Documentation |
Summary and print methods for observation models
Description
Summary and print methods for observation models
Usage
## S3 method for class 'bru_like'
summary(object, verbose = TRUE, ...)
## S3 method for class 'bru_like_list'
summary(object, verbose = TRUE, ...)
## S3 method for class 'summary_bru_like'
print(x, ...)
## S3 method for class 'summary_bru_like_list'
print(x, ...)
## S3 method for class 'bru_like'
print(x, ...)
## S3 method for class 'bru_like_list'
print(x, ...)
Arguments
object |
Object to operate on |
verbose |
logical; If |
... |
Arguments passed on to other |
x |
Object to be printed |
See Also
Examples
obs <- bru_obs(y ~ ., data = data.frame(y = rnorm(10)))
summary(obs)
print(obs)
[Package inlabru version 2.12.0 Index]