generate_rhos {MultiObjMatch}R Documentation

Generate rho pairs

Description

An internal helper function that generates the set of rho value pairs used for matching. This function is used when exploring the Pareto optimality of the solutions to the multi-objective optimization in matching.

Usage

generate_rhos(rho1.list, rho2.list)

Arguments

rho1.list

a vector of rho 1 values

rho2.list

a vector of rho 2 values

Value

a vector of (rho1, rho2) pairs


[Package MultiObjMatch version 0.1.3 Index]