setData.ReducedRankRegressions {sBIC}R Documentation

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

## 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.


[Package sBIC version 0.2.0 Index]