Skip to content
Back to formatted view

Raw Message

Message-ID: <CA+WU=HBjjZhG7MXkeQ=Ob3SyozE+dpuczY74yRmnCM1d=G0Ysw@mail.gmail.com>
Date: 2019-05-29T23:55:57Z
From: Pardis Miri
Subject: What is the equivalent of Compound Symmetry : Heterogeneous test in R?

Hi everyone,

I am trying to figure out how to replicate the results I've gotten from
SPSS when using the Repeated Covariance Type : Compound Symmetry:
Heterogeneous.  Can anyone help me figure this out?
So far I know the following does't produce the same results.

comsym <- gls(SC_slope~Bodysite+Pattern+Strength,data = df.na.removed.,
                   correlation=corCompSymm(form = ~ 1 |id), method="REML",
na.action = na.omit)

summary(comsym)

	[[alternative HTML version deleted]]