Hello,
I have basic question for which I cannot find the answer - only indirectly*;
(The stcox model: with event death, repeated measures of covariates ; so repeated times nested within person (id))
when I include
in
, I do not need to include
in
anymore?
and
when I do not include
in
, I do need to include
in
?
Is my reasoning correct?
*in textes I read: id(id) without cluster(id), or opposite; not both id() and cluster()
Best regards,
Roberto
I have basic question for which I cannot find the answer - only indirectly*;
(The stcox model: with event death, repeated measures of covariates ; so repeated times nested within person (id))
when I include
Code:
id(id)
Code:
stset
Code:
cluster(id)
Code:
stcox
and
when I do not include
Code:
id(id)
Code:
stset
Code:
cluster(id)
Code:
stcox
Is my reasoning correct?
*in textes I read: id(id) without cluster(id), or opposite; not both id() and cluster()
Best regards,
Roberto
Comment