search for: linearizetim

Displaying 2 results from an estimated 2 matches for "linearizetim".

Did you mean: linearizetime
2012 Apr 01
1
How do I get a rough quick utility plot of a time series?
...from just the TS matrix. Note that I am already using spec.pgram() for a periodogram, but I want a rough utility plot before that. > dta <- read.table("C:/ad/dta/TryRRead/pureCos2.rta", header = TRUE, sep > = ",", colClasses = "character") > linDta = linearizeTime(dta); original data looks like this: CnYrMoDaHrMn P1440M9A1F0 P1440M9.125A2F.45 X 1 201002280000 10.00000 10.53921 2 201002280010 9.999048 10.59955 3 201002280020 9.996195 10.65709 4 201002280030 9.991445 10.71171...
2012 Apr 02
2
Reading first line before using read.table()
So far I have figured out that the following line reads our time series files into R OK. dtLs$dta <- read.table("C:/TryRRead/datFiles/JFeqfi4h.rta", header = TRUE, sep = ",", colClasses = "character") But I have to remove a main-title line so that the first line is the column titles line. This leads to having two sets of data files around when we would rather