Prints a formatted summary of an NMF-AE model fit.
Usage
# S3 method for class 'summary.nmfae'
print(x, digits = max(3L, getOption("digits") - 3L), max.coef = 20, ...)
Arguments
- x
An object of class "summary.nmfae".
- digits
Minimum number of significant digits to be used.
- max.coef
Maximum number of coefficient rows to display. If the table
has more rows, only significant rows (p < 0.05) are shown. Default is 20.
- ...
Additional arguments (currently unused).
Value
Called for its side effect (printing). Returns x invisibly.