I have a dataset where subjects are seen at a variable number of visits and at each visit they have various measurements made. I want to calculate the difference in measurements taken at visit 'n' and visit (some other n) but the number of visits may vary (e.g. maybe the first and last visits, but some subjects will have 20 visits and others only 3). I know how to do this by brute force, but am wondering if there is a simple way to do such a calculation.
Many thanks.
Don
Many thanks.
Don
Comment