Description Usage Arguments Details References See Also Examples
The function prints and returns a summary table for a sparsereg object.
1 2 |
object |
Object of type sparsereg. |
... |
Additional items to pass to summary. Options below. |
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.
Ratkovic, Marc and Tingley, Dustin. 2015. "Sparse Estimation with Uncertainty: Subgroup Analysis in Large Dimensional Design." Working paper.
sparsereg, plot.sparsereg, violinplot, difference, print.sparsereg
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.