Learn R Programming

ParamHelpers (version 1.3)

getOptPathY: Get y-vector or y-matrix from the optimization path.

Description

Get y-vector or y-matrix from the optimization path.

Usage

getOptPathY(op, names, drop = TRUE)

Arguments

op
[OptPath] Optimization path.
names
[character] Names of performance measure. Default is all performance measures in path.
drop
[logical(1)] Return vector instead of matrix when only one y-column was selected? Default is TRUE.

Value

  • [numeric | matrix]. The columns of the matrix are always named.

See Also

Other optpath: OptPath, OptPathDF, makeOptPathDF; addOptPathEl; getOptPathBestIndex; getOptPathCols; getOptPathCol; getOptPathDOB; getOptPathEOL; getOptPathEl; getOptPathErrorMessages; getOptPathExecTimes; getOptPathLength; getOptPathParetoFront; setOptPathElDOB; setOptPathElEOL