get_beta: Combine sets of coefficients

View source: R/biglasso.R

get_betaR Documentation

Combine sets of coefficients

Description

Combine sets of coefficients

Usage

get_beta(betas, method = c("geometric-median", "mean-wise", "median-wise"))

Arguments

betas

Matrix of coefficient vectors to be combined.

method

Method for combining vectors of coefficients. The default uses the geometric median.

Value

A vector of resulting coefficients.


bigstatsr documentation built on Oct. 14, 2022, 9:05 a.m.