Subset AR Graph for "Selectmodel" Object
A graphical depiction is given of the output from SelectModel
.
## S3 method for class 'Selectmodel' plot(x, ...)
x |
out from |
... |
optional arguments |
The relative plausibility of Model A vs the best Model B, is defined as R = e^{(AIC_B-AIC_A)/2}. Values of R less than 1 R is defined similarly if the BIC/UBIC criterion is used.
No value. Plot produced as side-effect.
A.I. McLeod
#takes about 10 seconds ## Not run: out<-SelectModel(log(Willamette),lag.max=150,ARModel="AR",Best=5,Criterion="AIC") plot(out) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.