Boot {FitAR} | R Documentation |
Generic function to bootstrap a fitted model.
Boot(obj, R=1, ...)
obj |
fitted object |
R |
number of bootstrap replicates |
... |
optional arguments |
At present, the only function implemented is
Boot.FitAR
.
Parametric bootstrap simulation
A.I. McLeod
data(SeriesA) out<-FitARLS(SeriesA, c(1,2,7)) Boot(out)