Displaying 1 result from an estimated 1 matches for "satisfactoryly".
Did you mean:
satisfactorily
2008 Oct 16
0
R package: autocorrelation in gamm
...stablish possible relationship between explanatory variables (water
temperature, dissolved oxygen and chlorophyll) and zooplankton data
collected in the inner and outer estuarine waters. I am using monthly
time-series which are auto-correlated.
In the case of the inner waters, I have applied satisfactoryly (by ACF
and PACF) an corAR1() as follows:
gamm.zoo <- gamm(zoo~s(water.temperature) + s(dissolved.oxygen) +
s(chlorophyll), data=datos,family=gaussian,corr=corAR1() )
But in the case of the outer estuarine waters, our data has a seasonal
auto-correlation. I have tried to applied corARMA(p...