msma_OneComp | R Documentation |
These are internal functions for msma
msma_OneComp(
X,
Y,
Z = NULL,
lambdaX = NULL,
lambdaY = NULL,
lambdaXsup = NULL,
lambdaYsup = NULL,
eta = 1,
type = "lasso",
inX = NULL,
inY = NULL,
inXsup = NULL,
inYsup = NULL,
muX = 0,
muY = 0,
dmode = "PLS",
verbose = FALSE,
intseed = 1,
ceps = 1e-04
)
normvec(a)
sparse(x, lam, eta = 1, type = "lasso", inidx = NULL)
cand4lambda(x, len)
searchseq(orgseq, opt)
project(x, y)
matserr(X1, X2)
ginv(X, tol = sqrt(.Machine$double.eps))
rmnorm(
n,
mean = rep(0, nrow(sigma)),
sigma = diag(length(mean)),
method = c("eigen", "svd", "chol"),
pre0.9_9994 = FALSE,
checkSymmetry = TRUE
)
These are not intended for use by users.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.