get_rho_obj {MultiObjMatch}R Documentation

Penalty and objective values summary

Description

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

Usage

get_rho_obj(matching_result)

Arguments

matching_result

matchingResult object that contains information for all matches.

Value

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

See Also

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


[Package MultiObjMatch version 1.0.0 Index]