powered by
fasterstress calculates stochastic normalized stress. Neither data nor distances based on z are optimally scaled.
fasterstress
fasterstress(data = NULL, z = NULL, nsamples = 100, samplesize = 30)
n.stress normalized stress, mean over samples and observations
se standard error of se, standard deviation over samples
an n by m multivariate data matrix.
n by p matrix with coordinates.
number of samples
sample size
Frank M.T.A. Busing
agrafiotis, and others, and busing
n <- 10000 m <- 10 data <- matrix( runif( n * m ), n, m ) p <- 2 zinit <- matrix( runif( n * p ), n, p ) # r <- fastermds( data = data, p = p, z = zinit ) # s <- fasterstress( data = data, z = r )
Run the code above in your browser using DataLab