certificate: Extract a result certificate.

View source: R/certification.R

certificateR Documentation

Extract a result certificate.

Description

Extract a result certificate.

Usage

certificate(x, ...)

Arguments

x

An eigencore result object.

...

Reserved for future methods.

Value

The eigencore_certificate object stored on x, or NULL if the result does not carry a certificate field.

Examples

fit <- eig_partial(diag(c(3, 2, 1)), k = 1, target = largest())
cert <- certificate(fit)
cert$passed
cert$max_residual

eigencore documentation built on July 26, 2026, 1:06 a.m.