Re: [R] Financial toolkit

2005-06-16 Thread Wojtek Slusarski
Gaurav Gupta wrote: Is there any financial toolkit available for use in R ?? I am looking at a variety of functions but don't want to recreate each one of them. I am not sure what kind of financial functions you need, but there is a very good toolkit for financial time series analysis in

Re: [R] R Graph Gallery : categorization of the graphs

2005-06-06 Thread Wojtek Slusarski
Romain Francois wrote: Le 06.06.2005 22:30, David Forrest a écrit : BTW, shouldn't there a way there from http://addictedtor.free.fr ? I seem to get stuck on the home page with nothing to click (except R and the labels on the left). Hello Peter, My english fails me at understanding

Re: [R] RE: GARCH (1 , 1), Hill estimator of alpha, Pareto estimator]

2005-06-03 Thread Wojtek Slusarski
Ukech U. Kidi wrote: dax- diff(log(DAX_CAC$DAX[1:1865])) m1- garch(dax) Error: couldn't find function garch m1- garch(dax[1:1865]) Error: couldn't find function garch m1- garch(dax[1:1865]) I am sorry, but I forgot to change the addres to r-help in the reply. Well, I am not sure,

[R] problem with as.timeSeries()

2005-05-13 Thread Wojtek Slusarski
The matrix I want to convert to timeSeries object looks: rp 2003-06-30 -1.0995685137 2003-07-01 -0.7065834677 2003-07-02 0.7661757181 and so on... In help it is stated that I should use as.timeSeries function like: as.timeSeries(x, dimnames = TRUE, format = ) So I try:

[R] Writing output to a file in a loop

2005-02-10 Thread Wojtek Slusarski
will be very thankfull for any help. Best regards, Wojtek Slusarski __ 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] Writing output to a file in a loop

2005-02-10 Thread Wojtek Slusarski
the model are OK. I am not going to print them. Once again, thanks a lot. Best regards, Wojtek Slusarski __ 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