setData.ReducedRankRegressions: Set data for the reduced rank regression models.

Description Usage Arguments

Description

Sets the data to be used by the reduced rank regression models when computing MLEs.

Usage

1
2
## S3 method for class 'ReducedRankRegressions'
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.


sBIC documentation built on May 2, 2019, 4:16 a.m.