mptable | 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
SSVSquantreg
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.