Dear R-help, I have been checking the different functions in the "ts" as well as "tseries" libraries and I could not find any reference to "regression time series" or applying a model to a set of time series. Please could you clarify if I missed any document or additional reference ?. Thanks, Carlos Ortega. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Wed, 4 Apr 2001, Ortega, Carlos (Carlos) wrote:> Dear R-help, > > I have been checking the different functions in the "ts" as well as > "tseries" libraries and I could not find any reference to "regression time > series" or applying a model to a set of time series. > > Please could you clarify if I missed any document or additional reference ?.Look harder at arima0. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Uwe It looks like stop() in test files does not generate an error that is caught by Rcmd check on NT. Thus the fact that all the tests completed does not seem to mean too much. In Unix if the tests complete then there have not been stop()s generated by out of tolerance comparisons. This seems to mean that on NT all *.Rout files (50 or so) need to be examined to be sure that tests completed correctly. At the bottom of the crvB07.Rout file you sent you will see> if (! all.ok) stop("some tests FAILED")Error: some tests FAILED Execution halted Perhaps you could grep for "Execution halted" in the *.Rout files to see if other tests failed. I am especially concerned about the tests in dse. The ones you sent from dseplus are numerically sensitive and the second one seems to have passed, so things look fairly good. (BTW, the values do seem to correspond more closely to Solaris than Linux.) Paul -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._