| print.summary.nmfae | R Documentation |
Prints a formatted summary of an NMF-AE model fit.
## S3 method for class 'summary.nmfae'
print(
x,
digits = max(3L, getOption("digits") - 3L),
max.coef = 20,
by = c("covariate", "basis"),
...
)
x |
An object of class |
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.
|
... |
Additional arguments (currently unused). |
Called for its side effect (printing). Returns x invisibly.
summary.nmfae
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.