balance_assessment.Rd
This function performs a balance assessment between treated and control groups using Seemingly Unrelated Regression (SUR) and Hotelling's T-squared test.
balance_assessment(data, treatment_col, ...)
A dataframe containing the data to be assessed.
The name of the column that contains the treatment indicator (0 for control, 1 for treated).
Names of the dependent variables.
A list with two elements: 'SUR' (results of the SUR) and 'Hotelling' (results of the Hotelling's T-squared test).