powered by
adjust_x adjusts the center and orientation of a latent configuration in Bayesian (metric) multidimensional scaling (BMDS).
adjust_x
adjust_x(x)
Numeric matrix containing the latent configuration.
A list with elements:
x
A real matrix containing the adjusted latent configuration.
Sig_x
The variance and covariance matrix of the adjusted latent configuration.
bmds for (one-way) Bayesian (metric) multidimensional scaling.
bmds
# NOT RUN { n <- 100 nr <- 20 nc <- floor(n/nr) x <- matrix(rnorm(1:n), nrow = nr, ncol = nc) adj_x <- adjust_x(x) adj_x$x adj_x$Sig_x # }
Run the code above in your browser using DataLab