Learn R Programming

lame (version 1.3.4)

print.lame: Print method for LAME objects

Description

Provides a concise print output for fitted LAME models. When the fit has two or more dynamic effects active simultaneously (dynamic_uv + dynamic_ab + dynamic_beta in any combination), a compact joint table summarising the AR(1) hyperparameters of each dynamic block is printed instead of a separate paragraph per component. Disable the compact mode by passing compact = FALSE.

Usage

# S3 method for lame
print(x, compact = TRUE, digits = 3, ...)

Value

the lame object invisibly

Arguments

x

an object of class "lame"

compact

logical: when TRUE (default), use a compact joint table for fits with 2+ dynamic components; set to FALSE to force the per-component long-form display.

digits

Number of digits to display in the compact table. Default 3.

...

additional arguments (not used)

Author

Cassy Dorff, Shahryar Minhas, Tosin Salau