Learn R Programming

powerbrmsINLA (version 1.3.0)

print.brms_inla_power: 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 brms_inla_power
print(x, n_rows = 10L, ...)

Value

x, invisibly.

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.