getOptPathDOB: Get date-of-birth vector from the optimization path.

View source: R/OptPath_getter.R

getOptPathDOBR Documentation

Get date-of-birth vector from the optimization path.

Description

Get date-of-birth vector from the optimization path.

Usage

getOptPathDOB(op, dob, eol)

Arguments

op

OptPath
Optimization path.

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

integer.

See Also

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


ParamHelpers documentation built on July 4, 2022, 5:07 p.m.