Hi everyone
I eish someone can help me with this one
I have a sample of patients who went through bariatric surgery and their
weight at time 1,2,3,4 but with lots of missing data
so I opted for mixed model with repeated meassures using the following
syntax
DATASET ACTIVATE DataSet1.
MIXED peso BY time
/CRITERIA=CIN(95) MXITER(100) MXSTEP(10) SCORING(1)
SINGULAR(0.000000000001) HCONVERGE(0,
ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE)
/FIXED=time | SSTYPE(3)
/METHOD=REML
/PRINT=SOLUTION.
and then
MIXED peso BY time
/CRITERIA=CIN(95) MXITER(100) MXSTEP(10) SCORING(1)
SINGULAR(0.000000000001) HCONVERGE(0,
ABSOLUTE) LCONVERGE(0, ABSOLUTE) PCONVERGE(0.000001, ABSOLUTE)
/FIXED=time | SSTYPE(3)
/METHOD=REML
/PRINT=R SOLUTION TESTCOV
/REPEATED=time | SUBJECT(code) COVTYPE(UN).
I wanted to confirm if it is the correct syntax and then ask how can I
aseses the variable of number of nutrition appointments if I want to know if
this is a significant predictor of weight loss.
Just on a linear regression of time 4 by time 1 and number of appointments?
or any suggestions
thanks
Karen


雷达卡



京公网安备 11010802022788号







