fasterstress | R Documentation |
fasterstress
calculates stochastic normalized stress.
Neither data nor distances based on z are optimally scaled.
fasterstress(data = NULL, z = NULL, nsamples = 100, samplesize = 30)
data |
an n by m multivariate data matrix. |
z |
n by p matrix with coordinates. |
nsamples |
number of samples |
samplesize |
sample size |
n.stress normalized stress, mean over samples and observations
se standard error of se, standard deviation over samples
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 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.