bru_info: Methods for bru_info objects

View source: R/bru.inference.R

summary.bru_infoR Documentation

Methods for bru_info objects

Description

Methods for bru_info objects

Usage

## S3 method for class 'bru_info'
summary(object, verbose = TRUE, ...)

## S3 method for class 'summary_bru_info'
print(x, ...)

bru_info(...)

## S3 method for class 'character'
bru_info(method, ..., inlabru_version = NULL, INLA_version = NULL)

## S3 method for class 'bru'
bru_info(object, ...)

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 methods

x

A summary_bru_info object to be printed

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


inlabru-org/inlabru documentation built on April 25, 2024, 2:43 p.m.