Skip to content
Prev 5987 / 7420 Next

Doing repeated measures on a randomized block design

Dear Rick,

I believe the error occurs because the "time" covariate in the correlation
structure cannot have repeated values; these functions assume that you have
a single observation for each time step. The simplest solution is to create
a time variable that counts time as half-days, so that the two "Exposure"
values within the same day have different values for the time variable.
Alternatively, you could use one of R's spatial correlatiom structures
(i.e. by treating your time series as a transect), which I think do not
have this restriction.

Hope this helps.

Pedro

Em domingo, 16 de junho de 2019, Richard Boyce <boycer at nku.edu> escreveu: