cac40.df {QRMlib} | R Documentation |
The cac40.df
dataframe data set provides the daily closing values of the French CAC 40
stock index for the period 1994 to March 2004. QRMlib's R-version 1.4.2 and above
supplies data in both timeSeries and data.frame versions.
data(cac40)
This dataframe object contains the prices for the index at cac40.df[,2] and the corresponding dates at cac40.df[,1]. The dataframe can be converted to a timeSeries by calling the ConvertDFToTimeSeries() method in functionsUtility.R.