Learn R Programming

FitAR (version 1.94)

plot.Selectmodel: Subset AR Graph for "Selectmodel" Object

Description

A graphical depiction is given of the output from SelectModel.

Usage

"plot"(x, ...)

Arguments

x
out from SelectModel
...
optional arguments

Value

No value. Plot produced as side-effect.

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.

See Also

SelectModel

Examples

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

Run the code above in your browser using DataLab