Displaying 1 result from an estimated 1 matches for "myarima".
Did you mean:
arima
2009 Aug 24
1
Help in building new function
...want to know if I can see
it via explorer in some location under the R directory.
2. I donĀ“t want to modify the code of that function until I''m sure that my
changes are not causing any harm. So, I got the R-2.9.1.tar.gz file and open
the arima.R file. I change the name of the function to myarima, the name of
the file to myarima.R, save it and the loaded it using the source command.
So far, so good. When I try to execute my function I get the error message
"Error in Delta %+% c(1, -1) : object ''R_TSconv'' not found". So far, the
only change I made is add a "H...