Skip to content
Prev 19123 / 20628 Next

Does corSymm() require balanced data?

Dear Thierry,

Thank you so much for your insightful comments. May I follow-up on them
below in-line:


***"You have too few subjects with 4 observations. Either drop those fourth
observations."
matrix, the unique number of measurements (e.g., 3 times, 4 times etc.)
must have relatively equal sizes (e.g., 9 subjects with 3 times, 7 subjects
with 4 times)?

***"Or use a different correlation structure. E.g. an AR1:

fit_alt <- lme(opp ~ time * ccog, random = ~1 | id,
  correlation = corAR1(form = ~ time), data = dat)
"
It seems `corAR1(form = ~1 | id)` gives the same result?

On Mon, Mar 15, 2021 at 2:37 AM Thierry Onkelinx <thierry.onkelinx at inbo.be>
wrote: