print.brms_inla_power: Print method for brms_inla_power result objects

View source: R/diagnostics.R

print.brms_inla_powerR Documentation

Print method for brms_inla_power result objects

Description

Displays a concise summary of a simulation result, including key settings, the first rows of the power summary table, and — when present — a one-line INLA diagnostic summary stating the proportion of fits that produced warnings and the number of failed fits.

Usage

## S3 method for class 'brms_inla_power'
print(x, n_rows = 10L, ...)

Arguments

x

A list of class "brms_inla_power" as returned by brms_inla_power(), brms_inla_power_parallel(), or brms_inla_power_two_stage().

n_rows

Maximum number of summary rows to print (default 10).

...

Unused; present for S3 compatibility.

Value

x, invisibly.


powerbrmsINLA documentation built on July 2, 2026, 5:07 p.m.