faststress
calculates value for normalized stress with different input parameters.
Distances d are optimally scaled.
faststress(
lower = NULL,
delta = NULL,
data = NULL,
w = NULL,
z = NULL,
d = NULL
)
n.stress normalized stress value
an n x (n - 1 ) / 2 vector containing lower triangular part of dissimilarity matrix.
an n by n square hollow matrix containing dissimilarities.
an n by m multivariate data matrix.
an identical sized matrix containing non-negative weights (all ones when omitted).
n by p matrix with coordinates.
distances between the rows of z, an n by n square hollow matrix containing Euclidean distances.
Frank M.T.A. Busing