Description Usage Arguments Details Author(s) References See Also Examples
View source: R/plot.modelSampler.R
Graphical analysis of the object
created by modelSampler
.
1 |
x |
An object of class |
... |
Further arguments passed to or from other methods. |
Five plots are produced. Going from top to bottom, left to right:
(1) modelSampler
estimates a complexity parameter. A Complexity Plot
indicating the range of estimated complexity parameters,
thus allowing the user to interpret the dimensionality of model
space. A higher complexity value characterizes a larger model.
(2) A Penalization Plot depicting FPE values as a function of dimension.
(3) A Dimensionality Plot depicting model size visited by modelSampler
.
(4) An Image Plot for visualization of models sampled as a function of the number of Monte Carlo iterations. The importance of a variable can be indirectly assessed by this plot.
(5) A Coverage Plot depicting the probability of visiting a new model at each iteration.
Tanujit Dey tanujit.dey@gmail.com
Dey, T. (2013). modelSampler: An R Tool for Variable Selection and Model Exploration in Linear Regression. Journal of Data Science, 11(2), 371-387.
boot.modelSampler
,
modelSampler
,
print.modelSampler
,
print.boot.modelSampler
,
plot.icicle
,
plot.FPE
,
plot.var.stability
,
plot.ooberror
.
1 2 3 4 | data(Pollute, package = "modelSampler")
ms.out <- modelSampler(MortRate~., Pollute, n.iter1=2500,
n.iter2=2500, verbose=TRUE)
plot.modelSampler(ms.out)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.