Hello all
I'm still a fairly novice STATA user and my instructors either have no experience with STATA or aren't available. I've attempted to search for the answer online but found that I simply do not know enough about STATA in order to ask the right question and get the right answer.
I'm about to do a project with some Rate of Force Development calculations and was hoping STATA could make it a lot easier.
I want to group the data in sets of time, so from 0-10ms (1,2,3,4...10), with the corresponding force for each point in time.
The data I'll be working on will be exported to an Excel-sheet with time in ms and the corresponding force exerted at that time.
E.g.
My goal is to calculate an average force/time, so I wanted to take segments of the total recording and do calculations on each of them but the total recording might be around 15 seconds long sampled at 1000hz, so a lot of data I dont need. If there was a way to segment the data I need from the noise, I'd save myself a lot of grunt work.
So my question is: Is this possible in STATA and how would one do it?
Thanks in advance!
- Joshua
I'm still a fairly novice STATA user and my instructors either have no experience with STATA or aren't available. I've attempted to search for the answer online but found that I simply do not know enough about STATA in order to ask the right question and get the right answer.
I'm about to do a project with some Rate of Force Development calculations and was hoping STATA could make it a lot easier.
I want to group the data in sets of time, so from 0-10ms (1,2,3,4...10), with the corresponding force for each point in time.
The data I'll be working on will be exported to an Excel-sheet with time in ms and the corresponding force exerted at that time.
E.g.
| time (ms) | Force (Nm) |
| 1 | 50 |
| 2 | 75 |
| 3 | 100 |
My goal is to calculate an average force/time, so I wanted to take segments of the total recording and do calculations on each of them but the total recording might be around 15 seconds long sampled at 1000hz, so a lot of data I dont need. If there was a way to segment the data I need from the noise, I'd save myself a lot of grunt work.
So my question is: Is this possible in STATA and how would one do it?
Thanks in advance!
- Joshua

Comment