Do you interpret as a 1 unit difference over 10 years in x is associated with 1.36 unit difference in y at 10 year follow up?
I'm going to assume that you meant that X ranges from 0 to 1 and Y is a protein value with a potential range from 0 to some large number. Since X itself is restricted to the 0 to 1 interval, a unit difference can only happen as the difference between exactly 0 and exactly 1. So I would interpret this result as: given a pair of patients, one with X = 0 and the other with X = 1 at the same time point (which could be at 0, 5 or 10 years), the expected difference in Y is 1.36 units.
If you are looking for an interpretation based on the change in value of X over time within the same person, you are doing the wrong analysis. For a within patient analysis, you should be using a fixed-effects regression, not random effects. Unfortunately, the -xtreg, fe- command that would do that is not supported by -mi estimate-. While one can force the use of -mi estimate- with an unsupported command by using the -cmdok- option, in general when -mi estimate- doesn't support a command it is because the command does not meet the statistical requirements for multiple imputation analysis to produce valid results. So I'm not sure where you go from here in this case.
Correction: -mi estimate- does support -xtreg, fe-. So I recommend you go that route if you are looking for effect of a within-patient change over time.
Comment