Rdocumentation
powered by
Learn R Programming
sBIC (version 0.2.0)
setData.ReducedRankRegressions: Set data for the reduced rank regression models.
Description
Sets the data to be used by the reduced rank regression models when computing MLEs.
Usage
"setData"(this, data)
Arguments
this
the ReducedRankRegressions object.
data
the data to be set, should be a named list with two components:
XA matrix containing the values of covariates for each sample. Here each COLUMN represents a single sample from all of the covariates.
YA matrix containing the values of the response variables for each sample. Again, each COLUMN is a single sample.