Detrended correspondence analysis

Detrended correspondence analysis (DCA) is a multivariate statistical technique widely used by ecologists to find the main factors or gradients in large, species-rich but usually sparse data matrices that typify ecological community data. For example, Hill and Gauch (1980, p. 55) analyse the data of a vegetation survey of southeast England including 876 species in 3270 relevés. After eliminating outliers, DCA is able to identify two main axes: The first axis goes from dry to wet conditions, and the second axis from woodland to weed communities.

History of DCA

It was created in 1979 by Mark Hill of the United Kingdom's Institute for Terrestrial Ecology (now merged into Centre for Ecology and Hydrology) and implemented in FORTRAN code package called DECORANA (Detrended Correspondence Analysis), a correspondence analysis method. DCA is sometimes erroneously referred to as DECORANA; however, DCA is the underlying algorithm, while DECORANA is a tool for implementing it.

The problems solved by DCA

According to Hill and Gauch (1980), DCA is used to suppress two artifacts inherent in most other multivariate analyses when applied to gradient data. An example is a time-series of plant species colonising a new habitat; early successional species are replaced by mid-successional species, then by late successional ones (see example below). When such data are analysed by a standard ordination such as a correspondence analysis

Outside ecology, the same artifacts occur when gradient data are analysed (e.g. soil properties along a transect running between 2 different geologies, or behavioural data over the lifespan of an individual) because the curved projection is an accurate representation of the shape of the data in multivariate space.

Ter Braak and Prentice (1987, p. 121) cite a simulation study analysing two-dimensional species packing models resulting in a better performance of DCA compared to CA.

How DCA solves the problems

DCA is an iterative algorithm that has shown itself to be a highly reliable and useful tool for data exploration and summary in community ecology (Shaw 2003). It starts by running a standard ordination (CA or reciprocal averaging) on the data, to produce the initial horse-shoe curve in which the 1st ordination axis distorts into the 2nd axis. It then divides the first axis into segments (default = 26), and rescales each segment to have mean value of zero on the 2nd axis - this effectively squashes the curve flat. It also rescales the axis so that the ends are no longer compressed relative to the middle, so that 1 DCA unit approximates to the same rate of turnover all the way through the data: the rule of thumb is that 4 DCA units mean that there has been a total turnover in the community. Ter Braak and Prentice (1987, p. 122) warn against the non-linear rescaling of the axes due to robustness issues and recommend using detrending-by-polynomials only.

The drawbacks of DCA

No significance tests are available with DCA, although there is a constrained (canonical) version called DCCA in which the axes are forced by Multiple linear regression to correlate optimally with a linear combination of other (usually environmental) variables; this allows testing of a null model by Monte-Carlo permutation analysis.

Example

The example shows an ideal data set: The species data is in rows, samples in columns. For each sample along the gradient a new species is introduced but another species is no longer present. The result is a sparse matrix, ones indicate the presence of a species in a sample. Except at the edges each sample contains five species.

Comparison of Correspondence Analysis and Detrended Correspondence Analysis on example (ideal) data. See the arch effect in CA and its solution in DCA.
Ideal ordination data
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
SP1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
SP2 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
SP3 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
SP4 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
SP5 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0
SP6 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0
SP7 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0
SP8 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0
SP9 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0
SP10 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0
SP11 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0 0
SP12 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0 0
SP13 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0 0
SP14 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0 0
SP15 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0 0
SP16 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 0
SP17 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0
SP18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1
SP19 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1
SP20 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1

The plot of the first two axes of the correspondence analysis result on the right hand side clearly shows the disadvantages of this procedure: the edge effect, i.e. the points are clustered at the edges of the first axis and the arch effect.

See also

References

External links

This article is issued from Wikipedia - version of the 11/26/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.