Displaying 1 result from an estimated 1 matches for "numadults".
2003 Aug 13
1
means comparison with seasonal time series?
...ns each of wet and dry) with some
missing weeks. What I would like to do is compare means of each type of
observation between wet and dry seasons ("Does the number of adults
observed vary by season?"). Not surprisingly there is pronounced
autocorrelation in the data, e.g.:
dwtest(lm(numadults ~ week))
gives
DW = 0.2727, p-value = < 2.2e-16
Note that the effects of this autocorrelation extend across wet-dry and
dry-wet boundaries.
What would be a way to ask my questions in R? I'm still learning R (and
statistics) so detailed answers would be most appreciated.
Sincerely,...