Learn R Programming

MultiObjMatch (version 1.0.0)

generate_rhos: 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)

Value

a vector of (rho1, rho2) pairs

Arguments

rho1.list

a vector of rho 1 values

rho2.list

a vector of rho 2 values