summary.basad {basad}R Documentation

Print summary output of basad

Description

Generate summaries from basad function. This function allows for the choice of selection criterion (median probability model, BIC) to perform a variable selection.

Usage

## S3 method for class 'basad'
summary(object, select.cri = "median", BIC.maxsize = 20, ...)

Arguments

object

An object of class basad.

select.cri

Model selection criterion. If select.cri="median", the algorithm will use the median probability model to select the active variables. If select.cri="BIC", the algorithm will use the BIC criterion to select the active variables.

BIC.maxsize

The maximum number of variables that are chosen to apply BIC criterion based on the ranking of their marginal posterior probabilities. If the dimension is less than the default value of 20, all the variables will be considered to apply BIC.

...

Further arguments passed to or from other methods.

Author(s)

Qingyan Xiang (qyxiang@bu.edu)

Naveen Narisetty (naveen@illinois.edu)

References

Narisetty, N. N., & He, X. (2014). Bayesian variable selection with shrinking and diffusing priors. The Annals of Statistics, 42(2), 789-817.


[Package basad version 0.3.0 Index]