formula.msel {switchSelection} | R Documentation |
Provides formulas associated with the object of class 'msel'.
## S3 method for class 'msel'
formula(x, ..., type = "formula", eq = NULL)
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 |
Returns a formula or a list of formulas depending on eq
value.