Produce a plot of an LB fit. The default is a complete coefficient path.
# S3 method for lb
plot(x, xtype = c("t", "norm"), omit.zeros = TRUE, eps = 1e-10, ...)
lb object
The x-axis type. "t" or "norm". Default is "t".
When the number of variables is much greater than
the number of observations, many coefficients will never be nonzero;
this logical (default TRUE
) avoids plotting these zero coefficents
Definition of zero above, default is 1e-10
Additonal arguments for generic plot. Can be used to set xlims, change colors, line widths, etc
The default plot uses the fraction of L1 norm as the x. For multinomial case, the sum of absolute values of different class's coefficients are caculated to represent each variable. The intercept term is not ploted