| summary,blimp_obj-method | R Documentation |
Provides formatted summary output for blimp_obj, optionally allowing selection by variable name or block. Offers cleaner presentation than the raw estimates matrix.
## S4 method for signature 'blimp_obj'
summary(object, selector, digits = 3, ...)
object |
A |
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). |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.