Description Usage Arguments Details Value
RRR with additional full-rank predictors taken from Reinsel and Velu (1998), Ch. 3, Thm. 3.1 u corresponds to their z. The model is
1 | rr.regression(X, y, u = NULL, rank, Gamma_type = "identity")
|
X |
matrix of predictors, dimensions (t x q) |
y |
matrix of responses, dimensions (t x p) |
u |
matrix of additional predictors with full rank coefficient matrix, dimensions (t x k), optional. |
rank |
presumed rank of the coefficient matrix |
Gamma_type |
normalization, can be |
y = mu + A B X + D u + epsilon
A named list with elements A
, B
, C = A %*% B
, D
and mu
.
Model: y = mu + ABX + Du + error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.