I downloaded the unemployment data from 1980-2017 from the Bureau of Labor Statistics. I uploaded the file to R and tried to convert it to time series with as.ts(unemployment) but I'm not getting an appropriate graph. I have 13 columns, with the 1st column representing the Years with values from 1980-2017, and the other 12 columns representing the months and the values of unemployment. Ex:
as.ts(unemployment)
Time Series:
Start = 1
End = 38
Frequency = 1
Years Jan Feb Mar Apr May Jun Jul Aug Sep Oct
1 1980 6.3 6.3 6.3 6.9 7.5 7.6 7.8 7.7 7.5 7.5
2 1981 7.5 7.4 7.4 7.2 7.5 7.5 7.2 7.4 7.6 7.9
3 1982 8.6 8.9 9.0 9.3 9.4 9.6 9.8 9.8 10.1 10.4
November and december were suppressed because of space