Revision: 25165
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at March 22, 2010 12:29 by obi
Initial Code
# # (assumes our first data point occurs in 1995 Q4) # # NOTE: putting dates in data file is UNNECESSARY # perf <- ts(read.table("perf_data.txt", header=TRUE), start=c(1995,4), frequency=4)
Initial URL
Initial Description
Initial Title
reading time series tables in R (WITH HEADERS)
Initial Tags
Initial Language
R