Generates a table for an object of class sparsereg. Additional arguments to pass summary below.interval
Length of posterior interval to return. Must be between 0 and 1, default is .9. The symmetric interval is returned.
ci
Type of interval to return. Options are "quantile" (default) for quantiles and "HPD" for the highest posterior density interval.
order
How to order returned coefficients. Options are "magnitude", sorted by magnitude and omitting zero effects, "sort", sorted by size from highest to lowest and omitting zero effects, and "none" which returns all effects
normal
Whether to return the normal approximate confidence interval (default of TRUE) or posterior interval (FALSE).
select
Either "mode" or a number between 0 and 1. Whether to select variables for printing off the median of the mode (default) or off the probability of being non-zero.
printit
Whether to print a summary table.
stage
Currently this argument is ignored.