Skip to content
Prev 2828 / 5632 Next

[R-meta] Question about longitudinal that report multiple outcomes

See again below for my responses.

Best,
Wolfgang
This is the same as:

random = list(~ outcome | study, ~ time| interaction(study,outcome)), struct=c("CS","CS")

but the latter has one more superfluous parameter (i.e., the latter model is overparameterized), but the fit should be the same.

However, it is not the same as models such as:

random = list(~ outcome | study, ~ time| interaction(study,outcome)), struct=c("CS","AR")
random = list(~ outcome | study, ~ time| interaction(study,outcome)), struct=c("UN","AR")
This is not correct. One can use 'time' as fixed effect in various models and this is unrelated to whether one uses a multivariate parametrization.
If you have repeated observations of some outcome over time, then such a model assumes that the correlation does not depend on the distance in time between those observations. That is typically unrealistic, so I would not recommend this. Again, whether one can use 'time' as a fixed effect is an unrelated issue.
As above.
Message-ID: <6f1f9c2f40fd4c5cafd05ec82c7b46ac@UM-MAIL3214.unimaas.nl>
In-Reply-To: <CA+sL+8VX=WMhi9dg8ds6+84pw-oLZUo0c-ugc+XvSrwv+MCHww@mail.gmail.com>