So i tried brute force to find best fitted GARCH model for prediction.The code works fine as it runs but at the end of processing, there's error like this: There were 50 or more warnings (use warnings() to see the first 50). So i type warnings(), then the error become:unidentified option(s) in mean.model? Not sure what's gone wrong? See attached for R script
Helo, No attachment came through. Change the file extension from .R to .txt and resend, there aren't many types of files r-help accepts. Rui Barradas Em 17-02-2017 17:20, Allan Tanaka escreveu:> So i tried brute force to find best fitted GARCH model for prediction.The code works fine as it runs but at the end of processing, there's error like this: There were 50 or more warnings (use warnings() to see the first 50). > So i type warnings(), then the error become:unidentified option(s) in mean.model > Not sure what's gone wrong? > See attached for R script > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >
Martin Maechler
2017-Feb-20 14:15 UTC
[R] R scripts attached to e-mails - correct MIME type ?!
>>>>> Rui Barradas <ruipbarradas at sapo.pt> >>>>> on Sat, 18 Feb 2017 13:47:02 +0000 writes:> Helo, No attachment came through. Change the file > extension from .R to .txt and resend, there aren't many > types of files r-help accepts. > Rui Barradas As a matter of fact, one would have to blame the e-mail program you use. The file extension is *not* equivalent to the file type, and the mailing list software accepts the (MIME) type text/plain and a couple of others. The problem with most modern e-mail clients/programs/apps/... is that they use something you could translate as "unknown binary format" as type for their attachments if they can't guess the correct file type from the file extension. It would be interesting to know (for me) if there are modern e-mail programs / web apps which you could *teach* about the mime type, e.g., for all files ending with extension '.R'... Martin Maechler ETH Zurich, Seminar fuer Statistik, == the provider of all the (standard) R mailing lists. > Em 17-02-2017 17:20, Allan Tanaka escreveu: >> .... >> .... See attached for R script
Hi See attached txt On Saturday, 18 February 2017, 20:47, Rui Barradas <ruipbarradas at sapo.pt> wrote: Helo, No attachment came through. Change the file extension from .R to .txt and resend, there aren't many types of files r-help accepts. Rui Barradas Em 17-02-2017 17:20, Allan Tanaka escreveu:> So i tried brute force to find best fitted GARCH model for prediction.The code works fine as it runs but at the end of processing, there's error like this: There were 50 or more warnings (use warnings() to see the first 50). > So i type warnings(), then the error become:unidentified option(s) in mean.model > Not sure what's gone wrong? > See attached for R script > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >-------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: 111.txt URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20170225/4ffc2613/attachment.txt>