| print.summary.nmfkc.inference | R Documentation |
Prints a formatted summary including the coefficients table.
## S3 method for class 'summary.nmfkc.inference'
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. |
max.coef |
Maximum coefficient rows to display. 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.nmfkc.inference
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.