beta_to_vector: Transform a matrix of regression coefficients to vector...

View source: R/utils.R

beta_to_vectorR Documentation

Transform a matrix of regression coefficients to vector removing the diagonal

Description

Transform a matrix of regression coefficients to vector removing the diagonal

Usage

beta_to_vector(beta_mat)

Arguments

beta_mat

matrix of regressions vectors

Value

A numeric vector of all regression coefficients.


mglasso documentation built on Sept. 8, 2022, 5:08 p.m.