sdfplot.ar(FitAR) | R Documentation |
Method for class "ar" for sdfplot
## S3 method for class 'ar': sdfplot(obj, ...)
obj |
class "ar" object, output from ar |
... |
optional arguments |
none. Plot is produced using plot
A.I. McLeod
ARSdf
,
sdfplot
,
sdfplot.FitAR
,
sdfplot.ts
#Fit AR(p) using AIC model selection and Burg estimates. Plot spectral density #estimate ans<-ar(lynx, lag.max=20) sdfplot(ans)