plot.Selectmodel(FitAR)R Documentation

Subset AR graph

Description

A graphical depiction is given of the output from SelectModel.

Usage

plot.Selectmodel(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 criterion is used.

Value

No value. Plot produced as side-effect.

Author(s)

A.I. McLeod

See Also

SelectModel

Examples

data(Willamette)
out<-SelectModel(log(Willamette),lag.max=150,SubsetModel="n",Best=5,method="AIC")
plot(out)

[Package FitAR version 1.0 Index]