Skip to content
Prev 4255 / 20628 Next

longitudinal with 2 time points

Hi,

I'll throw in a reference that covers some of these issues:

Statistics Notes
Analysing controlled trials with baseline and follow up measurements
Vickers and Altman
BMJ. 2001 November 10; 323(7321): 1123?1124.
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC1121605/


The basic model specification would of course be:

  lm(4Wks ~ Baseline + Group)

You will also want to test for an interaction between the baseline score and your grouping factor, in case the observed group (eg. treatment) effect is dependent upon the value of the baseline measurement. In this case, unlike in the above paper, you of course end up with crossing fitted regression lines, rather than parallel lines.

HTH,

Marc Schwartz
On Aug 11, 2010, at 7:34 AM, Charles E. (Ted) Wright wrote: