moe_ridge_get_betas: Get beta Utility
Description
Utility function to get ridge regression coefficients from trained
Harmony object
Usage
moe_ridge_get_betas(harmonyObj)
Value
Returns nothing, modifies object in place.
Arguments
- harmonyObj
Trained harmony object. Get this by running
RunHarmony function with return_object=TRUE.