| print.summary.nmfkc.net.inference | R Documentation |
Prints a formatted summary of a symmetric NMF model with inference results.
The coefficients table uses Basis.row and Basis.col labels
reflecting the symmetric structure C_{qr}.
## S3 method for class 'summary.nmfkc.net.inference'
print(
x,
digits = max(3L, getOption("digits") - 3L),
by = c("covariate", "basis"),
...
)
x |
An object of class |
digits |
Minimum number of significant digits. |
by |
Character; grouping order of the coefficients table. Because the
symmetric model sets |
... |
Additional arguments (currently unused). |
Called for its side effect (printing). Returns x invisibly.
summary.nmfkc.net.inference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.