/ Published in: R
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# # (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)