View source: R/certification.R
| certificate | R Documentation |
Extract a result certificate.
certificate(x, ...)
x |
An eigencore result object. |
... |
Reserved for future methods. |
The eigencore_certificate object stored on x, or NULL if the
result does not carry a certificate field.
fit <- eig_partial(diag(c(3, 2, 1)), k = 1, target = largest())
cert <- certificate(fit)
cert$passed
cert$max_residual
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.