My code is:
gls(fish~data+temp+size, na.action=na.omit, data=???, correlation=corAR1(form=~Date))
I just want to know about the data
argument because I have no idea what to put in it. I understand it is the variables of the gls
but I don't exactly get what that translates to when using the formula.
I've tred looking at the manuals but it doesn't give me much more than its the variables of the gls
which I suppose sounds obvious unless you've never done it before.