Hi, I am trying to read the following type of data from a .csv file to form an irregular time series object. I want to use it with the VaR package. How do I read it in correctly to an irregular time series object? Anupam.
date,Open,High,Low,Close,Volume,OpenInterest,Contract 1972-08-16,54.25,54.25,54.25,54.25,1,1,KC1973H 1972-08-17,54.25,54.25,54.25,54.25,0,1,KC1973H 1972-08-18,54.25,54.25,54.25,54.25,0,1,KC1973H 1972-08-21,54.25,54.25,54.25,54.25,0,1,KC1973H 1972-08-22,54.25,54.25,54.25,54.25,0,1,KC1973H 1972-08-23,54.25,54.25,54.25,54.25,0,1,KC1973H ______________________________________________ [email protected] 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.
