This analysis is in essence very similar to the MADIFA (see
?madifa
). The Mahalanobis distances are often used in the
context of niche-environment studies (Clark et al. 1993, see the
function mahasuhab
). Each resource unit takes a value on a
set of environmental variables. Each environmental variable defines a
dimension in a multidimensionnal space, namely the ecological space.
A set of points (resource units) describes what is available to the
species. For each point, a "utilization weight" measures the
intensity of use of the point by the species. The set of points for
which the utilization weight is greater than zero defines the
"niche". The Mahalanobis distance between any resource unit in this
space (e.g. the point defined by the values of environmental variables
in a pixel of a raster map) and the centroid of the niche (the
distribution of used resource units) can be used to give a value of
eccentricity to this point.
For a given distribution of available resource units, for which a
measure of Mahalanobis distances is desired, the MADIFA (MAhalanobis
DIstances Factor Analysis) partitions the ecological space into a set
of axes, so that the first axes maximises the average proportion of
their squared Mahalanobis distances. James Dunn (formerly University
of Arkansas) proposed the analysis programmed in the function
dunnfa
, as an alternative to the MADIFA (unpublished
results). This analysis is closely related to both the ENFA
(Ecological niche factor analysis, Hirzel et al. 2002) and the
MADIFA.
The analysis proposed by James Dunn searches, in the multidimensional
space defined by environmental variables, synthesis variables which
maximise the ratio (variance of the scores of available resource
units) / (variance of the scores of used resource units). This ratio
is sometimes called "specialization" in the ecological literature
(Hirzel et al. 2002). It is therefore very similar to the ENFA (which
also maximises the specialization), except that the factorial axes
returned by this analysis are not required to be *orthogonal to the
marginality axis*.
James Dunn demonstrated that this analysis also partitions the
Mahalanobis distances into uncorrelated axes, which makes it similar
to the MADIFA (the difference is that the MADIFA maximises the mean
squared Mahalanobis distances on the first axes, whereas the DUNNFA
maximises the specialization on the first axes). Therefore, as for
the MADIFA, the DUNNFA can be used to build reduced rank habitat
suitability map.
Note that although this analysis could theoretically be used with all
kinds of variables, it it currently implemented only for numeric
variables.