|
2 | 2 | #'
|
3 | 3 | #' This function should not be used directly by the user.
|
4 | 4 | #'
|
5 |
| -#' @param Xs A data-frame of a matrix or a list of data-frames or matrices of \emph{n} rows each, the number of individuals. Some rows must be missing. The different matrices can have different numbers of columns. The length of Xs is denoted by \emph{K}. |
| 5 | +#' @param Xs A matrix, if there is only one block, or a list of matrices,, if there is more than one block, of \emph{n} rows each, the number of individuals. Some rows must be missing. The different matrices can have different numbers of columns. The length of Xs is denoted by \emph{K}. |
6 | 6 | #' @param Y A matrix of n rows of a vector of length n detailing the response matrix. No missing values are allowed in that matrix.
|
7 | 7 | #' @param lambda A real \eqn{[0,1]} where 1 means just perfect correlations will be used and 0 no regularization is used.
|
8 | 8 | #' @param R A strictly positive integer detailing the number of components to build in the model.
|
@@ -273,7 +273,7 @@ MddsPLS_core <- function(Xs,Y,lambda=0,R=1,mode="reg",verbose=FALSE){
|
273 | 273 | #' must be built on. The coefficient lambda regularizes the quality of proximity to the data choosing to forget the least correlated bounds between
|
274 | 274 | #' \eqn{X} and \eqn{Y} datasets.
|
275 | 275 | #'
|
276 |
| -#' @param Xs A data-frame of a matrix or a list of data-frames or matrices of \emph{n} rows each, the number of individuals. Some rows must be missing. The different matrices can have different numbers of columns. The length of Xs is denoted by \emph{K}. |
| 276 | +#' @param Xs A matrix, if there is only one block, or a list of matrices,, if there is more than one block, of \emph{n} rows each, the number of individuals. Some rows must be missing. The different matrices can have different numbers of columns. The length of Xs is denoted by \emph{K}. |
277 | 277 | #' @param Y A matrix of \emph{n} rows of a vector of length \emph{n} detailing the response matrix. No missing values are allowed in that matrix.
|
278 | 278 | #' @param lambda A real \eqn{[0,1]} where 1 means just perfect correlations will be used and 0 no regularization is used.
|
279 | 279 | #' @param R A strictly positive integer detailing the number of components to build in the model.
|
|
0 commit comments