plot.Selectmodel {FitAR} | R Documentation |
A graphical depiction is given of the output from SelectModel
.
## S3 method for class 'Selectmodel': plot(x, ...)
x |
out from SelectModel |
... |
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
data(Willamette) out<-SelectModel(log(Willamette),lag.max=150,ARModel="AR",Best=5,Criterion="AIC") plot(out)