Learn R Programming

powerbrmsINLA (version 1.3.0)

print.powerbrmsINLA_sample_size: Print method for powerbrmsINLA_sample_size objects

Description

Formats recommendations from decide_sample_size() in a human-readable way. In assurance mode each row is rendered as a plain-English sentence. In conditional mode a formatted table is printed.

Usage

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

Value

x, invisibly.

Arguments

x

An object of class "powerbrmsINLA_sample_size" returned by decide_sample_size().

digits

Number of decimal places for power/assurance values (default 4).

...

Unused; present for S3 compatibility.