| summary.nmf.sem | R Documentation |
Produces a formatted summary of a fitted NMF-FFB model, including matrix dimensions, convergence, stability diagnostics, fit statistics, and inference results (if available).
## S3 method for class 'nmf.sem'
summary(object, ...)
object |
An object of class |
... |
Not used. |
An object of class "summary.nmf.sem" (the fitted model
tagged for printing); printed by print.summary.nmf.sem.
nmf.ffb, nmf.ffb.inference
Y <- t(iris[, -5])
Y1 <- Y[1:2, ]; Y2 <- Y[3:4, ]
result <- nmf.ffb(Y1, Y2, rank = 2, maxit = 500)
summary(result)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.