Last data update: 2014.03.03

R: Get column from the optimization path.
getOptPathColR Documentation

Get column from the optimization path.

Description

Get column from the optimization path.

Usage

getOptPathCol(op, name, dob, eol)

Arguments

op

[OptPath]
Optimization path.

name

[character(1)]
Name of the column.

dob

[integer]
Vector of date-of-birth values to further subset the result. Only elements with a date-of-birth included in dob are selected. Default is all.

eol

[integer]
Vector of end-of-life values to further subset the result. Only elements with an end-of-life included in eol are selected. Default is all.

Value

Single column as a vector.

See Also

Other optpath: OptPath, addOptPathEl, getOptPathBestIndex, getOptPathCols, getOptPathDOB, getOptPathEOL, getOptPathEl, getOptPathErrorMessages, getOptPathExecTimes, getOptPathLength, getOptPathParetoFront, getOptPathX, getOptPathY, setOptPathElDOB, setOptPathElEOL

Results