Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

7 results for “from:Marc Anonym”

arima, xreg, and the armax model
Marc Anonym · Mar 26, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090326/8310a98c/attachment.pl>

modifying a built in function from the stats package (fixing arima)
Marc Anonym · Mar 3, 2009 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20090303/5c6ca564/attachment-0001.pl>

modifying a built in function from the stats package (fixing arima)
Marc Anonym · Mar 5, 2009 · r-help

>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...

scatter plot question
Marc Anonym · Mar 4, 2009 · r-help

plot(x,rho,pch=id) -----Mensaje original----- De: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org]En nombre de Dipankar Basu Enviado el: 03 March 2009 20:11 Para: r-help at r...

modifying a built in function from the stats package (fixing arima)
Marc Anonym · Mar 5, 2009 · r-help

>If you ***look at the code*** for arima you will see that ``%+%'' is >defined >in terms of a call to ``.Call()'' which calls ``R_TSconv''. So >apparently >R_TSconv is a C or Fortran function or subroutine in a ``shared...

modifying a built in function from the stats package (fixing arima) (CONCLUSIONS)
MarC Anonym .... · Mar 6, 2009 · r-help

Thanks a lot to everybody that helped me out with this. Conclusions: (1) In order to edit arima in R: >fix(arima) or alternatively: >arima<-edit(arima) (2) This is not contained in the "Introduction to R" manual. (3) A...

modifying a built in function from the stats package (fixing arima)
Marc Anonym · Mar 4, 2009 · r-help

Dear Carlos and Kjetil, Thanks for your answer. >I do not think that is the way to go. If you believe that your algorithm >is better than the existing one, talk to the author of the package and >discuss the...

Can't find what you're looking for? Try searching with Google .