I am analyzing a data set of before/after biomarker values in 2 groups. I have baseline continuous characteristic variables for samples in both groups which I'd like to include in some models and compare them to unadjusted models of only before/after change in values between groups. What is the most appropriate way to model the data?
I am considering:
1) long format data with before/after time points using xtgee --> xtgee biomarker time##i.group, i(DonorID) robust
*to test effect of baseline variable, followed the above model with --> xtgee biomarker time##i.group adjustmentVar , i(DonorID) robust
2) long format data with before/after time points using mixed effects model
3) wide format data linear regression predicting the "after" biomarker variable, adjusting for the "before" biomarker variable, using lrtest for comparison of models without vs with adjustment variable
4) wide format ttest of change in biomarker values, comparing condition 1 to condition 2 (not sure how to adjust for baseline characteristics if this format is used).
I have between 17-22 samples per group
For linear regression (option 3), the data would be log10 transformed for the biomarker values, but the adjustment variables are not normally distributed (even after transformation).
I think the xtgee is most appropriate but would greatly value help with this analysis.
Related Posts with Longitudinal data analysis
Replacing missing values by certain datesHi, I have dataset which has the format as shown in the code below. I would like to replace the miss…
alternative to interaction term in regressionHi all, I am examining the interaction effect between X and Y (outcome var is Z) using fixed effect…
Coefficient interpretation in log-level regression- Actual impact of independent variable on dependent variable.Hi all, I have a regression where the dependent variable is in log form. I was wondering if we can …
Compare percentage across different tablesHey I want to compare percentages across tables. So, for example I want to test if investor_A inve…
Generating a new variable as a result of comparing the mean of a variable (t-test) in two different timesHi, I have three variables here in my example, as described below. 1) EXP: is the time dummy variab…
Subscribe to:
Post Comments (Atom)
0 Response to Longitudinal data analysis
Post a Comment