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.
# S3 method for brms_inla_power
print(x, n_rows = 10L, ...)x, invisibly.
A list of class "brms_inla_power" as returned by
brms_inla_power(), brms_inla_power_parallel(), or
brms_inla_power_two_stage().
Maximum number of summary rows to print (default 10).
Unused; present for S3 compatibility.