$.MultivariateFormula {SCGLR} | R Documentation |
$ operator for multivariate formula
Description
S3 helper function to retrieve attributes as if it was named values
Usage
## S3 method for class 'MultivariateFormula'
f$a
Arguments
f |
formula |
a |
attribute |
Examples
frm <- multivariateFormula(y~x+z)
print(frm$Y)
[Package SCGLR version 3.1.0 Index]