get_coef {sglOptim} | R Documentation |
Extracting nonzero coefficients from list (of lists) of matrices
get_coef(object, index = 1:length(object))
object |
a list of lists of matrices or a list of matrices |
index |
indices to be extracted from |
a list (of lists) with the nonzero coefficients
Martin Vincent