Description Usage Arguments Value
Update function for expansion points (~predicted latent variables)
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Y |
Matrix (n x r) of responses. |
X |
Matrix (nr x p) of predictors. |
W |
Matrix (n x r) of expansion points (~predicted latent variables). |
Beta |
Vector (p by 1) of regression coefficients. |
Sigma |
Covariance matrix(r x r) of the latent vector. |
psi |
Vector (r x 1) of conditional variance parameters. |
type |
Vector (r x 1) indicating response types. |
pen |
Regularization parameter lower bouding the eigenvalue of a covariance matrix and multiplying an L2 penalty (see paper). |
tol |
Tolerance parameter for trust region algorithm |
maxit |
Maximum number of iterations for trust region algorithm. |
quiet |
Logical indicating whether to print information while running. |
Matrix of updated expansion points
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.