print.summary.nmfkc.net.inference: Print method for summary.nmfkc.net.inference objects

View source: R/nmfkc.net.R

print.summary.nmfkc.net.inferenceR Documentation

Print method for summary.nmfkc.net.inference objects

Description

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}.

Usage

## S3 method for class 'summary.nmfkc.net.inference'
print(
  x,
  digits = max(3L, getOption("digits") - 3L),
  by = c("covariate", "basis"),
  ...
)

Arguments

x

An object of class "summary.nmfkc.net.inference".

digits

Minimum number of significant digits.

by

Character; grouping order of the coefficients table. Because the symmetric model sets A = X^\top, the column factor Basis.col plays the covariate role: "covariate" (default) lists all Basis.row within each Basis.col (1-1, 2-1, ...), while "basis" lists all Basis.col within each Basis.row (1-1, 1-2, ...).

...

Additional arguments (currently unused).

Value

Called for its side effect (printing). Returns x invisibly.

See Also

summary.nmfkc.net.inference


nmfkc documentation built on July 14, 2026, 1:07 a.m.