View source: R/certification.R
| diagnostics | R Documentation |
Extract diagnostics.
diagnostics(x, ...)
x |
An eigencore result object. |
... |
Reserved for future methods. |
A named list of diagnostic fields, including residuals, backward errors, orthogonality diagnostics, iteration counts, method/plan metadata, warnings, and any available left-eigenvector diagnostics.
fit <- eig_partial(diag(c(3, 2, 1)), k = 1, target = largest())
d <- diagnostics(fit)
d$nconv
d$method
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.