Prints a formatted summary of an NMF-AE model fit.
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.
- by
Character; grouping order of the coefficients table.
"covariate"(default) lists all bases within each covariate (1-1, 1-2, ...);"basis"lists all covariates within each basis (1-1, 2-1, ...).- ...
Additional arguments (currently unused).