Learn R Programming

MultiObjMatch (version 1.0.0)

generateRhoObj: Penalty and objective values summary

Description

Helper function to generate a dataframe with matching number, penalty (rho) values, and objective function values.

Usage

generateRhoObj(matchingResult)

Value

a dataframe that contains objective function values and rho values corresponding coefficients before each objective function.

Arguments

matchingResult

matchingResult object that contains information for all matches.

See Also

Other numerical analysis helper functions: get_balance_table(), get_rho_obj(), get_unmatched()