mptable {MCMCpack} | R Documentation |
This function extracts the marginal probability table produced by summary.qrssvs
.
mptable(qrssvs)
qrssvs |
An object of class |
A table with the predictors listed together with their posterior marginal posterior probability of inclusion.
Craig Reed
## Not run: set.seed(1) epsilon<-rnorm(100) set.seed(2) x<-matrix(rnorm(1000),100,10) y<-x[,1]+x[,10]+epsilon qrssvs<-SSVSquantreg(y~x) mptable(qrssvs$gamma) ## End(Not run)