search for: dados433

Displaying 1 result from an estimated 1 matches for "dados433".

Did you mean: dados40
2012 Aug 06
2
Splitting Data Into Different Series
...write a loop to split my data into different series. I need to make a new matrix (or series) according to the series code. For instance, every time the "code" column assumes the value "433" I need to save "date", "value", and "code" into the "dados433" matrix. Please take a look at the following example: dados <- matrix(c("2012-01-01","2012-02-01","2012-03-01","2012-04-01","2012-05-01","2012-06-01", "2012-01-01","2012-02-01","2012-03-01","20...