Re: [R] Compilation package error

2005-10-24 Thread Miguel A. Arranz
) : (00 33)(0)233887342 Fax : (00 33)(0)233887339 -- * Miguel A. Arranz Tol-Project [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo

Re: [R] Load package using R code rather than GUI Package menu

2005-06-03 Thread Miguel A. Arranz
-- * Miguel A. Arranz Tol-Project [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Dickey-Fuller Test

2005-05-23 Thread Miguel A. Arranz
]] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html -- * Miguel A. Arranz Tol-Project [EMAIL PROTECTED

[R] Multiple periodicities

2005-04-26 Thread Miguel A. Arranz
. Is there some good way to handle tis kind of problem? Thanks in advane, Miguel A. -- * Miguel A. Arranz Tol-Project [EMAIL PROTECTED] __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] LOCFIT: What's it doing?

2005-04-14 Thread Miguel A. Arranz
You should definitely read Loader's book. Anyway, in the meantime, you should look an introductory paper that you will find at the Locfit web page. I think that you can set Locfit to estimate at all the sample points, which it does not by default, and also to use a prespecified constant

Re: [R] Strange Colnames

2005-02-25 Thread Miguel A. Arranz
You probably want to have a look at help(embed). It might be all you need. On Friday 25 February 2005 12:49, Georg Hoermann wrote: Hello world, I am trying to create a matrix of lagged time series with the following code fragment (I know that I can use acf-function...). I want to set the

Re: [R] Writing output to a file in a loop

2005-02-10 Thread Miguel A. Arranz
That is correct, you have to specify with print or cat what you want to sink. This should work for you: print(summary(fit)) print(logLik(fit)) print(fcv) I hope this helps. On Thursday 10 February 2005 11:40, Wojtek Slusarski wrote: Hello, My problem is, that I have to build hundreds of