Displaying 1 result from an estimated 1 matches for "1978m01".
Did you mean:
1978m02
2012 Feb 21
1
Questions on Data reading using zoo package
...at can I do?
Another problem is that the date in month is presented in Chinese (My OS
is in Chinese.) How can I set the default language to English?
Thanks,
Miao
> x1 <- read.csv(file="120210CPILEADdata.csv", header=TRUE)
> x1
TIME CPI CPIZF UNR UNRSA
1 1978M01 NA NA 2.01 2.16
2 1978M02 NA NA 1.84 1.84
3 1978M03 NA NA 1.76 1.91
4 1978M04 NA NA 1.58 1.86
5 1978M05 NA NA 1.70 1.81
6 1978M06 NA NA 1.65 1.69
7 1978M07 NA NA 1.84 1.66
8 1978M08 NA NA 1.88 1.52
9 197...