model.matrix.mvdalab: 'model.matrix' creates a design (or model) matrix.

model.matrixR Documentation

model.matrix creates a design (or model) matrix.

Description

This function returns the model.matrix of an mvdareg object.

Usage

## S3 method for class 'mvdareg'
model.matrix(object, ...)

Arguments

object

an mvdareg object

...

additional arguments. Currently ignored.

Details

"model.matrix.mvdareg" is used to returns the model.matrix of an mvdareg object.

Value

The design matrix for a PLS model with the specified formula and data.

Author(s)

Nelson Lee Afanador (nelson.afanador@mvdalab.com)

Examples

data(Penta)
mod1 <- plsFit(log.RAI ~., scale = TRUE, data = Penta[, -1], 
               ncomp = 2, validation = "loo")
model.matrix(mod1)


mvdalab documentation built on Oct. 6, 2022, 1:05 a.m.