Search found 2 matches
- Tue Jun 07, 2016 3:12 am
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8364
Re: Create new time series object based on values of another
thanks for the reply - I would NOT have 5 samples any more, I would have two unequal series I found that I could create two (unequal length ) vectors and then do the required stats on the vectors with my own code, but could not get Groups to accept vectors as members so I could not call .testbtw on ...
- Tue Jun 07, 2016 2:59 am
- Forum: Data Manipulation
- Topic: Create new time series object based on values of another
- Replies: 13
- Views: 8364
Re: Create new time series object based on values of another
Greetings: I have a similar problem. I have two series First series : Personal_Income ( $ ) Second series : Age ( years old ) i would like to make a group with two new series : Personal_Income_Of_Young :: Income of people below 25 Personal_income_Of_Old :: income of people above 50 If i could get th...
