makeDistancesAndWeights {ExPosition} | R Documentation |
Makes distances and weights for MDS analyses (see epMDS
).
Description
Makes distances and weights for MDS analyses (see epMDS
).
Usage
makeDistancesAndWeights(DATA, method = "euclidean", masses = NULL)
Arguments
DATA |
A data matrix to compute distances between row items. |
method |
which distance metric should be used. |
masses |
a diagonal matrix (or vector) that contains the masses (for the row items). |
Value
D |
Distance matrix for analysis |
MW |
a list item with masses and weights. Weights are not used in |
Author(s)
Derek Beaton
See Also
link{computeMW}
, link{epMDS}
, link{coreMDS}
[Package ExPosition version 2.8.23 Index]