Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.Selectmodel

Subset AR Graph for "Selectmodel" Object


Description

A graphical depiction is given of the output from SelectModel.

Usage

## S3 method for class 'Selectmodel'
plot(x, ...)

Arguments

x

out from SelectModel

...

optional arguments

Details

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.

Value

No value. Plot produced as side-effect.

Author(s)

A.I. McLeod

See Also

Examples

#takes about 10 seconds
## Not run: 
out<-SelectModel(log(Willamette),lag.max=150,ARModel="AR",Best=5,Criterion="AIC")
plot(out)

## End(Not run)

FitAR

Subset AR Model Fitting

v1.94
GPL (>= 2)
Authors
A.I. McLeod, Ying Zhang and Changjiang Xu
Initial release
2013-03-15

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.