Skip to content
Prev 67732 / 398513 Next

AR1 in gls function

Dear R-project users

I would like to calculate a linear trend versus time taking into account a
first order autoregressive process of a single time series (e.g. data$S80
in the following example) using th gls function.

gls(S80 ~ tt,data=data,corAR1(value, form, fixed))

My question is what number to set in the position of value within corAR1?
Should it be the acf at lag 1?

I look forward for your reply

With kind regards

Prodromos Zanis