How can I make a predictive model for a disease x by using 2 or more different laboratory test values? I have 4 groups, normal control, diseased control without a complication, early stage (asymptomatic), late stage (symptomatic and tissue damaged)
Hello Numan. I assume the lab test values are dependent (outcome) variables, is that right? Assuming they are scores for which means & SDs are suitable descriptive statistics, you could use the MIXED procedure, with occasions of measurement clustered within patients. See the SPSSX-L thread linked below for examples of how to use MIXED to estimate a multivariate model (i.e., a model with more than one outcome variable). HTH.
And of course, in Stata you can just type -help mixed- in the Command window and click on the link to the PDF file, which will have some nice examples.