beta_to_vector: vectorize beta matrix

View source: R/utils.R View source: R/cost.R View source: R/cmpt-cost.R

beta_to_vectorR Documentation

vectorize beta matrix

Description

vectorize beta matrix

vectorize beta matrix

Transform a matrix of regression coefficients to vector removing the diagonal

Usage

beta_to_vector(beta_mat)

beta_to_vector(beta_mat)

beta_to_vector(beta_mat)

Arguments

beta_mat

matrix of regressions vectors

Value

A numeric vector of all regression coefficients.


desanou/mglasso documentation built on July 1, 2023, 6:39 a.m.