Description Usage Arguments Details Value Author(s) References Examples
Fits a multidimensional scaling (MDS) model on asymmetric dissimilarity data and three-way data. It uses an alternating estimation procedure in which the unknown symmetric dissimilarity matrix is estimated in a structural equation modeling (SEM) framework while the objects are represented in a low-dimensional space.
1  | 
D | 
 A list of input dissimilarity matrices for the general multiway case. For the special 2-way case it can also be a single asymmetric dissimilarity matrix.  | 
dim | 
 Number of dimensions for MDS solution.  | 
saturated | 
 For the 2-way case only: whether the model is saturated (TRUE) or not (FALSE; default).  | 
theta0 | 
 Starting values for SEM parameter vector.  | 
maxiter | 
 Maximum number of iterations.  | 
eps | 
 Convergence criterion for difference of subsequent stress values.  | 
Add details
Returns an object of class "semds" containing the following elements. 
stressnorm | 
 Normalized stress value.  | 
stressraw | 
 Raw stress value.  | 
Delta | 
 Disparity matrix.  | 
theta | 
 SEM parameter vector.  | 
conf | 
 MDS configurations.  | 
dist | 
 Distance matrix based on configurations  | 
niter | 
 Number of iterations.  | 
thetatab | 
 Parameter table.  | 
call | 
 Function call.  | 
Patrick Mair, Jose Fernando Vera
Vera, J. F. & Rivera, C. D. (2014). A structural equation multidimensional scaling model for one-mode asymmetric dissimilarity data. Structural Equation Modeling: A Multidisciplinary Journal, 21(1), 54–62.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.