summary-blimp_obj-method: Summary method for blimp_obj

summary,blimp_obj-methodR Documentation

Summary method for blimp_obj

Description

Provides formatted summary output for blimp_obj, optionally allowing selection by variable name or block. Offers cleaner presentation than the raw estimates matrix.

Usage

## S4 method for signature 'blimp_obj'
summary(object, selector, digits = 3, ...)

Arguments

object

A blimp_obj object containing model results.

selector

Optional character string specifying the variable name or block to extract. If missing, shows all estimates. Can be a variable name (e.g., "y1") or a block name (e.g., "between").

digits

Integer specifying the number of decimal places for rounding. Default is 3.

...

Additional arguments (for S4 method compatibility).

Value

If selector is provided: invisibly returns a matrix or list of estimates for the selected variable/block. If no selector: returns the full estimates matrix with improved formatting.


rblimp documentation built on May 18, 2026, 9:07 a.m.