md2s | R Documentation |
Multi-Dataset Multidimensional Scaling
md2s( X, y, X.s = NULL, X.X = NULL, X.y = NULL, init = "svd", dim = 1, tol = 1e-06, BIC = FALSE )
X |
First matrix of realized outcomes m = 1 for N observations and K_1 covariates; dimensions N \times K_1. |
y |
Second matrix of realized outcomes m = 2 for N observations and K_2 covariates; dimensions N \times K_1 |
X.s |
Optional matrix of covariates for estimating scaled locations in the shared subspace. |
X.X |
Optional matrix of covariates for estimating scaled locations in the idiosyncratic subspace of |
X.y |
Optional matrix of covariates for estimating scaled locations in the idiosyncratic subspace of |
init |
INOPERABLE. Matrix initialization method. |
dim |
Number of dimensions to be estimated by the model (from most- to least-explanatory). |
tol |
Iteration tolerance threshold. Criteria for termination of iteration. |
BIC |
INOPERABLE. Bayesian Information Criterion. |
An object containing:
z |
TODO |
z.X |
TODO |
z.y |
TODO |
w.Xs |
TODO |
w.ys |
TODO |
beta.z |
TODO |
proportionX |
TODO |
Peter Bachman bachman.p@wustl.edu, Patrick Edwards edwards.p@wustl.edu, and Zion Little l.zion@wustl.edu
md2sPermute()
## Not run: md2s() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.