getOptPathCols {ParamHelpers}R Documentation

Get columns from the optimization path.

Description

Get columns from the optimization path.

Usage

getOptPathCols(op, names, dob, eol, row.names = NULL)

Arguments

op

[OptPath]
Optimization path.

names

[character]
Names of the columns.

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.

row.names

[character]
Row names for result. Default is none.

Value

[data.frame].

See Also

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


[Package ParamHelpers version 1.12 Index]