Combine sets of coefficients
get_beta(betas, method = c("geometric-median", "mean-wise", "median-wise"))
Matrix of coefficient vectors to be combined.
Method for combining vectors of coefficients. The default uses the geometric median.
A vector of resulting coefficients.