Rdocumentation
powered by
Learn R Programming
SCGLR (version 1.2)
multivariateFormula: Formula construction
Description
Construction of the multivariate scglr formula.
Usage
multivariateFormula(namesY, namesX, namesAX = NULL)
Arguments
namesY
a vector of character containing the names of the dependent variables.
namesX
a vector of character containing the names of the covariates (X) involved in the components.
namesAX
a vector of character containing the names of the additional covariates.
Value
an object of class
Formula
.