bru_like_print: Summary and print methods for observation models

summary.bru_likeR 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 TRUE, include more details of the component definitions. If FALSE, only show basic component definition information. Default: TRUE

...

Arguments passed on to other summary methods

x

Object to be printed

See Also

bru_obs()

Examples

obs <- bru_obs(y ~ ., data = data.frame(y = rnorm(10)))
summary(obs)
print(obs)


inlabru documentation built on April 3, 2025, 10:54 p.m.