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

Description Usage Arguments Details Value Author(s) See Also Examples

Description

A graphical depiction is given of the output from SelectModel.

Usage

1
2
## 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

SelectModel

Examples

1
2
3
4
5
6
#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 documentation built on May 2, 2019, 3:22 a.m.