GU_normalization_get_coefficients {ddecompose} | R Documentation |
Get coefficients for GU normalization
Description
This function constructs sums the coefficients of each factor variable to construct a additional coefficients for their originally left-out reference levels and adds them to the estimated coefficients vector.
Usage
GU_normalization_get_coefficients(coef_names, est_coef)
Arguments
coef_names |
list with coefficients of every factor variable that need to be adjusted |
est_coef |
vector of estimated coefficients |
[Package ddecompose version 1.0.0 Index]