R/diff.optcheck.R
diff.optcheck.Rd
Elementwise difference between potential and optimal solutions.
Object of class optcheck
or summary.optcheck
, currently returned by optim_proj()
, optim_refit()
, or a summary of either of those calls.
Further arguments to be passed to or from other methods.
A two-column matrix consisting of the absolute and relative differences between the potential and optimal solutions (xsol
and xopt
).
This function is simply a wrapper to summary(x)$xdiff
and x$xdiff
, for optcheck
and summary.optcheck
objects respectively.