Learn R Programming

powerbrmsINLA (version 1.3.0)

print.powerbrmsINLA_assurance: Print method for powerbrmsINLA_assurance objects

Description

Displays the unconditional Bayesian assurance by sample size together with a plain-language description of the prior used.

Usage

# S3 method for powerbrmsINLA_assurance
print(x, digits = 4L, ...)

Value

x, invisibly.

Arguments

x

An object of class "powerbrmsINLA_assurance" returned by compute_assurance().

digits

Number of significant digits for assurance values (default 4).

...

Unused; present for S3 compatibility.