Plot output from quantile regression stochastic search variable selection (QR-SSVS).
This function produces a Trellis plot of the predictors on the y-axis versus the marginal posterior probability of inclusion on the x-axis.
## S3 method for class 'qrssvs' plot(x, ...)
x |
An object of class |
... |
Further arguments |
Craig Reed
Deepayan Sarkar. 2008. lattice: Lattice Graphics. R package version 0.17-17
SSVSquantreg
,
mptable
, Lattice
for
a brief introduction to lattice displays and links to further documentation.
## 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) plot(qrssvs$gamma) ## Modify the graph by increasing the fontsize on the axes qrssvsplot<-plot(qrssvs$gamma) update(qrssvsplot, scales=list(cex=3)) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.