Hello all, I would like to ask for your advice regarding data I have. I have a data from a clinical trial, with only 7 subjects (a first in human trial). For each subject, some continuous measure was taken prior a treatment (let's call this outcome Y for convenience). After the treatment was applied, this continuous measure was taken 5 more times (1 day after treatment, 1 week, etc...). If the treatment worked, I expect this measure to be reduced. I need to analyze this small data. I am not sure there is enough power for a longitudinal model. If there was enough power, what would be the best practice ? Is it possible to take the change from baseline as the dependent variable and to put it in a model where the independent variables are the time (not continuous as the gaps are not equal) and the measure at baseline ? My fear is that the difference could be affected by the magnitude of the measure at baseline. If this is legal, what is the Stata command to preform this? My variables are: Y, Y_CFB (change from baseline), Baseline, Visit (the time), ID.
Alternatively, is it possible to perform for each time separately a paired t-test of a Wilcoxon signed rank test? This will not take into account the value at baseline, but since a model might not be powered, there is a chance that this will work.
I have to say, the differences, especially at the first post-treatment time, are large, therefore I do expect to see significant results.
One more question if I may. I tried plotting in Stata the data, like a Spaghetti chart. I did it from the panel data menu. I want to add an averaged line, is it possible ?
I am working with Stata 14.
Thank you in advance !
Alternatively, is it possible to perform for each time separately a paired t-test of a Wilcoxon signed rank test? This will not take into account the value at baseline, but since a model might not be powered, there is a chance that this will work.
I have to say, the differences, especially at the first post-treatment time, are large, therefore I do expect to see significant results.
One more question if I may. I tried plotting in Stata the data, like a Spaghetti chart. I did it from the panel data menu. I want to add an averaged line, is it possible ?
I am working with Stata 14.
Thank you in advance !
Comment