Hello everyone,
I'm currently working on analyzing a clinical trial dataset in Stata and could use some guidance on the best approach to analyze the data, adjusting for baseline values, and implementing a mixed effects model. Here are the key details of the clinical trial:
Best regards,
Dalton
I'm currently working on analyzing a clinical trial dataset in Stata and could use some guidance on the best approach to analyze the data, adjusting for baseline values, and implementing a mixed effects model. Here are the key details of the clinical trial:
- Study Design:
- The trial consists of two arms: a placebo arm and a treatment arm (variable name: 'arm').
- There are four time points: baseline, 6 months, 12 months, and 18 months (6 months after treatment discontinuation at 12 months).
- Each time point's data is represented as a row in Stata.
- The primary outcome variable of interest is a continuous measure called 'test1,' which represents damage to the epithelium and ranges from 0 to 100.
- Created Variables:
- For each patient, I have calculated the change in test1 from baseline to each subsequent time point.
- The change in test1 between each time point and baseline is represented by the variables 'test_change_b6,' 'test_change_b12,' and 'test_change_b18.'
- Baseline Variation:
- Baseline values vary significantly, with a mean of 30 in the treatment arm and a mean of 36 in the control arm. The standard deviations are also similar.
- Baseline Diagnosis:
- Patients in the trial are categorized into two baseline diagnosis groups: mild disease and severe disease.
- Which would be the best method to analyze this data, considering the characteristics mentioned above?
- Is there any way to adjust for the baseline test values while analyzing the treatment effect over time?
- How would I fit a mixed effects model to account for the longitudinal nature of the data and the correlation between repeated measures within individuals?
Best regards,
Dalton
Comment