optcheck and summary.optcheck objects.R/print.optcheck.R
print.optcheck.RdPrint method for optcheck and summary.optcheck objects.
Object of class optcheck or summary.optcheck, currently returned by optim_proj(), optim_refit(), or a summary of either of those calls.
Number of digits to display.
Number of elements of solution vector to display (see Details).
Further arguments to be passed to or from other methods.
Invisibly x itself.
The print methods for optcheck and summary.optcheck objects both display three-column matrix, consisting of the potential solution (xsol), the absolute difference between it and the optimal solution (xopt) return by either optim_proj() and optim_refit(), and the relative difference (R = (xopt - xsol)/|xsol|). Only the elemnts corresponding to the top-n relative differences are displayed.