Note that if the only difference is the addition of ... to the formal arguments
then you can just do this once in your session before using farimaSim:
formals(farimaSim) <- c(formals(farimaSim), alist(... = ))
Now farimaSim will have ... as an argument. e.g.
> formals(farimaSim) <- c(formals(f
Hansi Weissensteiner wrote:
>Hello!
>
>I installed the fSeries package to get some farima time-series which i tried
>with farimaSim, but unfortunately i got always an error. I tried it this way:
>
>
>
>>farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), method="freq")
>>
>>
>
>E
> "Hansi" == Hansi Weissensteiner <[EMAIL PROTECTED]>
> on Tue, 26 Jul 2005 17:40:45 +0200 writes:
Hansi> Hello! I installed the fSeries package to get some
Hansi> farima time-series which i tried with farimaSim, but
Hansi> unfortunately i got always an error. I tried it t
Hello!
I installed the fSeries package to get some farima time-series which i tried
with farimaSim, but unfortunately i got always an error. I tried it this way:
> farimaSim(n = 1000, model = list(ar = 0.5, d = 0.3, ma = 0.1), method="freq")
Error in farimaSim(n = 1000, model = list(ar = 0.5, d