An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121007/9f21e132/attachment.pl>
(no subject)
2 messages · mina izadi, Rui Barradas
Hello,
You must install the appropriate package(s). Try, for instance,
install.packages('rugarch') # do this only once
And then, every time you start an R session, if you want to use it,
library(rugarch) # do this every R session
To know more, try
help('rugarch')
vignette(package = 'rugarch')
vignette('Introduction_to_the_rugarch_package', package = 'rugarch')
The first 'vignette' instruction gives you a list of available
vignettes, the second one opens the vignette file in a new window.
Hope this helps,
Rui Barradas
Em 07-10-2012 11:05, mina izadi escreveu:
Dear r-helper I am pleased to send you this email. I have the R 2.11.1 and R 2.15.1 versions but they dose't have GARCH models. May you please guide me in which version can i find GARCH models. Best. M.Izadi [[alternative HTML version deleted]]
______________________________________________ R-help at r-project.org mailing list 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.