formula.msel {switchSelection} | R Documentation |
Formulas of msel model.
Description
Provides formulas associated with the object of class 'msel'.
Usage
## S3 method for class 'msel'
formula(x, ..., type = "formula", eq = NULL)
Arguments
x |
object of class 'msel'. |
... |
further arguments (currently ignored). |
type |
character;
if |
eq |
positive integer representing the index of the equation which
formula should be returned. If |
Value
Returns a formula or a list of formulas depending on eq
value.
[Package switchSelection version 2.0.0 Index]