[R] modifying a built in function from the stats package (fixing arima)

Marc Anonym manonym at acompany.com
Thu Mar 5 10:57:30 CET 2009


>Just a quick note on your original question:
>if you use edit(arima), you have to remember that it returns the
>modified function, which then must be stored.

>I.e, use
>arima<-edit(arima)

>instead of just

>edit(arima)

>,and changes should be stored.

THIS IS IT.
IMHO, this should be written in BOLD LETTERS in the "Introduction to R"
manual
("edit" is only mentioned to edit DATA).

Best,
MarC




More information about the R-help mailing list