print.GFA: Print Method for GFA Objects

View source: R/auxiliary.R

print.GFAR Documentation

Print Method for GFA Objects

Description

Print the summarized results of the estimated group factor model, such as the estimated global and local factor numbers and reference statistics.

Usage

## S3 method for class 'GFA'
print(x, ...)

Arguments

x

The GFA object returned from the estimation algorithms (e.g., APM, CCA, GCC, CP).

...

Additional arguments passed to methods.

Value

No return value, called for side effects.


GrFA documentation built on Dec. 7, 2025, 1:07 a.m.

Related to print.GFA in GrFA...