>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

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to