Hi,
I have a study where participants either have a disease or not, variable Study_Set, and underwent an intervention in which blood pressure, variable BP, was measured before and after the intervention, categorized in the variable time. The participant ID's are coded in the variable ID.
I have tried a few different things and not sure which is right
Appreciative of any insights.
I have a study where participants either have a disease or not, variable Study_Set, and underwent an intervention in which blood pressure, variable BP, was measured before and after the intervention, categorized in the variable time. The participant ID's are coded in the variable ID.
I have tried a few different things and not sure which is right
Code:
anova BP time ID Study_Set, repeated(ID Study_Set)
Code:
anova BP time ID Study_Set time#Study_Set, repeated(ID Study_Set)
Code:
mixed BP time Study_Set time#Study_Set
Appreciative of any insights.
Comment