Dear Users, I have a problem with as.timeSeries() function. When I am using this function, I can not assign my own date column. Is it possible to do this. For example, my data frame is like below,
Date x1 x2... 01/01/2005 2.3 1.5... 01/02/2005 1.2 2.2... and so on... For getReturns(), this data frame must be a time series so the result is same as what as.timeSeries() converts. So the problem is rownames began from 1970 and with year, the date and month differ from mine time range. And also plotting is another problem. What is the way to fix this, or how can I convert getReturns()'s results to original data frame like above? Thanks already for your hints. With my best regards, Levent TERLEMEZ [[alternative HTML version deleted]] ______________________________________________ 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 and provide commented, minimal, self-contained, reproducible code.