parameters.sgl {sglOptim} | R Documentation |
Extract the nonzero parameters in each model. Only the parameters of nonzero features (columns of the beta matrices) are returned.
## S3 method for class 'sgl' parameters(object, ...)
object |
a sgl object |
... |
ignored |
a list of vectors containing the nonzero parameters (that is nonzero entries of the beta matrices)
Martin Vincent