beta_to_vector {mglasso}R 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.


[Package mglasso version 0.1.2 Index]